clear cache
This commit is contained in:
parent
25e202edeb
commit
7682ebb1df
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ oml.ui.editDialog = function() {
|
||||||
edit[key] = value;
|
edit[key] = value;
|
||||||
}
|
}
|
||||||
oml.api.edit(edit, function(result) {
|
oml.api.edit(edit, function(result) {
|
||||||
Ox.Request.clearCache('find');
|
Ox.Request.clearCache();
|
||||||
oml.$ui.filters.forEach(function($filter) {
|
oml.$ui.filters.forEach(function($filter) {
|
||||||
$filter.reloadList();
|
$filter.reloadList();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue