fix reset UI

This commit is contained in:
j 2019-01-31 11:28:25 +05:30
commit 0d76284684
2 changed files with 5 additions and 2 deletions

View file

@ -17,7 +17,8 @@ oml.UI = (function() {
var ui = oml.user.ui;
function reload() {
ui = oml.config.user.ui;
Ox.Request.clearCache()
oml.user.ui = ui = oml.config.user.ui;
ui._list = oml.getListState(ui.find);
ui._filterState = oml.getFilterState(ui.find);
ui._findState = oml.getFindState(ui.find);