mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 10:15:55 +02:00
Add {location} format object
This commit is contained in:
parent
19fc28fd8e
commit
66ec24b31a
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue