import/export

This commit is contained in:
j 2014-05-17 10:17:34 +02:00
commit bceb5e6d4a
14 changed files with 450 additions and 148 deletions

View file

@ -174,8 +174,6 @@ oml.ui.usersDialog = function() {
function renderUser(user) {
Ox.print('renderUSER', user)
var $user = Ox.Element(),
$form = Ox.Element()
@ -521,6 +519,7 @@ oml.ui.usersDialog = function() {
}
function updateUsers(callback) {
oml.api.getUsers(function(result) {
users = result.data.users;
@ -580,6 +579,7 @@ oml.ui.usersDialog = function() {
callback && callback();
});
}
that.update = function() {