Skip to content

Commit

Permalink
Added message for default active filters
Browse files Browse the repository at this point in the history
At the moment when the around page loads it has some filters been applied. We should let users using assitive devices that's the case.
  • Loading branch information
lucascumsille authored and dracos committed Jun 12, 2024
1 parent b15559c commit d8bf7f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/web/base/reports/_list-filter-status.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[% SET show_all_states = c.cobrand.filter_show_all_states OR (c.user_exists AND (c.user.is_superuser OR c.user.belongs_to_body(body.id))) %]

<div id="filter-announcement" class="screen-reader-only" role="alert">Information: Filters in use. The current view is customized based on selected filters.</div>
<select class="form-control js-multiple" name="status" id="statuses" multiple
data-all="[% loc('All') %]"
[% IF show_all_states %]
Expand Down

0 comments on commit d8bf7f4

Please sign in to comment.