Skip to content

Commit 3a312cf

Browse files
authored
IBX-10574: Fixed firefox issue for filters in notifications list (#1752)
1 parent ee1fee8 commit 3a312cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bundle/Resources/public/js/scripts/admin.notifications.filters.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
timePicker.dispatchEvent(new Event('input'));
4040
formInput.dispatchEvent(new Event('input'));
4141
}
42-
43-
searchForm.submit();
4442
};
4543
const attachStatusFilterEvents = (filterNode) => {
4644
if (!filterNode) {
@@ -129,6 +127,7 @@
129127
clearFilter(statusFilterNode);
130128
clearFilter(typeFilterNode);
131129
datetimeFilterNodes.forEach((input) => clearFilter(input));
130+
searchForm.submit();
132131
};
133132

134133
attachInitEvents();

0 commit comments

Comments
 (0)