rename user
This commit is contained in:
parent
f28e3816ff
commit
19292fb940
6 changed files with 43 additions and 16 deletions
|
|
@ -270,6 +270,7 @@ oml.ui.usersDialog = function() {
|
|||
nickname: data.value
|
||||
}, function(result) {
|
||||
Ox.print('EDIT USER', result.data, folder);
|
||||
oml.renameUser(result.data)
|
||||
// FIXME: ugly
|
||||
Ox.forEach($lists, function($list) {
|
||||
var selected = $list.options('selected');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue