clear cache

This commit is contained in:
rlx 2016-01-12 10:19:27 +05:30
parent fea89a9837
commit ab3ba433fa

View file

@ -31,6 +31,7 @@ oml.ui.editDialog = function() {
.bindEvent({ .bindEvent({
click: function() { click: function() {
if (!ui.updateResults && hasChanged) { if (!ui.updateResults && hasChanged) {
Ox.Request.clearCache();
oml.$ui.info.updateElement(); oml.$ui.info.updateElement();
oml.$ui.filters.forEach(function($filter) { oml.$ui.filters.forEach(function($filter) {
$filter.reloadList(); $filter.reloadList();