clear cache once import is done
This commit is contained in:
parent
5ce8fa99de
commit
1114f9099b
1 changed files with 3 additions and 0 deletions
|
@ -415,6 +415,9 @@ oml.ui.importExportDialog = function() {
|
|||
setProgress(data);
|
||||
setStatus(data);
|
||||
setButton(data);
|
||||
if (data.status && data.status.code == 200) {
|
||||
Ox.Request.clearCache();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue