Skip to content
Snippets Groups Projects
Commit 478c9b64 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

make sure notification is closed when saving/creating filter

parent c57ebf2c
No related branches found
No related tags found
No related merge requests found
...@@ -398,6 +398,8 @@ const Filters = { ...@@ -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();
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment