clear cache

This commit is contained in:
rlx 2016-01-12 10:19:27 +05:30
parent fea89a9837
commit ab3ba433fa
1 changed files with 1 additions and 0 deletions

View File

@ -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();