diff --git a/js/CommonFilters.js b/js/CommonFilters.js index 434ee72c7..1a0ce1606 100644 --- a/js/CommonFilters.js +++ b/js/CommonFilters.js @@ -398,6 +398,8 @@ const Filters = { xhr.post("backend.php", this.attr('value'), () => { dialog.hide(); + Notify.close(); + const tree = dijit.byId("filterTree"); if (tree) tree.reload(); });