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.
1 parent fd94249 commit fd1e71aCopy full SHA for fd1e71a
src/bundle/Resources/views/themes/admin/account/notifications/filters.html.twig
@@ -5,7 +5,8 @@
5
{% set is_some_filter_set =
6
(search_form.statuses is defined and search_form.statuses.vars.value|length) or
7
search_form.type.vars.value|length or
8
- search_form.createdRange.vars.value != 0
+ (search_form.createdRange.vars.value is not null and (search_form.createdRange.vars.value.min is not null or
9
+ search_form.createdRange.vars.value.max is not null))
10
%}
11
12
<div class="ibexa-list-filters">
0 commit comments