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({
|
.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();
|
||||||
|
|
Loading…
Reference in a new issue