We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e82f40 + 3a312cf commit dbe1eb8Copy full SHA for dbe1eb8
src/bundle/Resources/public/js/scripts/admin.notifications.filters.js
@@ -39,8 +39,6 @@
39
timePicker.dispatchEvent(new Event('input'));
40
formInput.dispatchEvent(new Event('input'));
41
}
42
-
43
- searchForm.submit();
44
};
45
const attachStatusFilterEvents = (filterNode) => {
46
if (!filterNode) {
@@ -129,6 +127,7 @@
129
127
clearFilter(statusFilterNode);
130
128
clearFilter(typeFilterNode);
131
datetimeFilterNodes.forEach((input) => clearFilter(input));
+ searchForm.submit();
132
133
134
attachInitEvents();
0 commit comments