Add {location} format object
This commit is contained in:
parent
19fc28fd8e
commit
66ec24b31a
|
@ -84,10 +84,11 @@ UserListModule.prototype.mciReady = function(mciData, cb) {
|
|||
userId : ue.userId,
|
||||
userName : ue.userName,
|
||||
affils : ue.affiliation,
|
||||
location : ue.location,
|
||||
// :TODO: the rest!
|
||||
note : ue.note || '',
|
||||
lastLoginTs : moment(ue.last_login_timestamp).format(dateTimeFormat),
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
userListView.setItems(_.map(userList, function formatUserEntry(ue) {
|
||||
|
|
Loading…
Reference in New Issue