clear cache
This commit is contained in:
parent
fea89a9837
commit
ab3ba433fa
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ oml.ui.editDialog = function() {
|
|||
.bindEvent({
|
||||
click: function() {
|
||||
if (!ui.updateResults && hasChanged) {
|
||||
Ox.Request.clearCache();
|
||||
oml.$ui.info.updateElement();
|
||||
oml.$ui.filters.forEach(function($filter) {
|
||||
$filter.reloadList();
|
||||
|
|
Loading…
Reference in a new issue