This commit is contained in:
j 2014-05-17 16:42:46 +02:00
commit 42c3f38f35
12 changed files with 180 additions and 152 deletions

View file

@ -131,6 +131,7 @@ oml.ui.identifyDialog = function(data) {
that.options({content: Ox.LoadingScreen().start()});
that.disableButtons();
oml.api.edit(edit, function(result) {
Ox.print('EDITED', result.data);
that.close();
Ox.Request.clearCache('find');
oml.$ui.browser.reloadList(true);