consolidate list reloading
This commit is contained in:
parent
16c0514809
commit
904ed06349
8 changed files with 21 additions and 33 deletions
|
|
@ -117,9 +117,8 @@
|
|||
event.originalEvent.stopPropagation();
|
||||
oml.upload(event.originalEvent.dataTransfer.files, function(response) {
|
||||
setTimeout(function() {
|
||||
Ox.Request.clearCache();
|
||||
oml.reloadLists();
|
||||
oml.UI.set({listSelection: response.data.ids});
|
||||
oml.reloadList();
|
||||
}, 50);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue