make sure notification is closed when saving/creating filter
This commit is contained in:
parent
c57ebf2c10
commit
478c9b64a9
|
@ -398,6 +398,8 @@ const Filters = {
|
||||||
xhr.post("backend.php", this.attr('value'), () => {
|
xhr.post("backend.php", this.attr('value'), () => {
|
||||||
dialog.hide();
|
dialog.hide();
|
||||||
|
|
||||||
|
Notify.close();
|
||||||
|
|
||||||
const tree = dijit.byId("filterTree");
|
const tree = dijit.byId("filterTree");
|
||||||
if (tree) tree.reload();
|
if (tree) tree.reload();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue