Skip to content

Commit

Permalink
Show all states on /my/planned.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Nov 20, 2024
1 parent bddcf7b commit 5335f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/web/base/reports/_list-filter-status.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[% 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))) %]
[% 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) OR c.req.uri.path == '/my/planned')) %]

<div id="filter-announcement" class="screen-reader-only" role="alert">[% loc('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
Expand Down

0 comments on commit 5335f6b

Please sign in to comment.