clear cache

This commit is contained in:
Rolux 2016-01-05 22:51:35 +05:30
parent 25e202edeb
commit 7682ebb1df
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ oml.ui.editDialog = function() {
edit[key] = value;
}
oml.api.edit(edit, function(result) {
Ox.Request.clearCache('find');
Ox.Request.clearCache();
oml.$ui.filters.forEach(function($filter) {
$filter.reloadList();
});