summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/js/user.js
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps/shared/webapps/tps/js/user.js')
-rw-r--r--base/tps/shared/webapps/tps/js/user.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/tps/shared/webapps/tps/js/user.js b/base/tps/shared/webapps/tps/js/user.js
index 663b66fc5..f9f43c34f 100644
--- a/base/tps/shared/webapps/tps/js/user.js
+++ b/base/tps/shared/webapps/tps/js/user.js
@@ -40,8 +40,6 @@ var UserModel = Model.extend({
userID: response.UserID,
fullName: response.FullName,
email: response.Email,
- state: response.State,
- type: response.Type,
attributes: attrs
};
},
@@ -59,8 +57,6 @@ var UserModel = Model.extend({
UserID: attributes.userID,
FullName: attributes.fullName,
Email: attributes.email,
- State: attributes.state,
- Type: attributes.type,
Attributes: {
Attribute: attrs
}