clear cache once import is done

This commit is contained in:
j 2016-02-28 12:40:58 +05:30
parent 5ce8fa99de
commit 1114f9099b
1 changed files with 3 additions and 0 deletions

View File

@ -415,6 +415,9 @@ oml.ui.importExportDialog = function() {
setProgress(data);
setStatus(data);
setButton(data);
if (data.status && data.status.code == 200) {
Ox.Request.clearCache();
}
}
});