Feature #332
Remember filters in issue listing.
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: |
Description
If I create a filter in the issue listing page it would be very handy to have redMine remember that until I explicitely
clear it or log out.
Consider the following:
List issues
Apply filter
Select Issue
Re-assign issue
Issue displayed
To get back to the filtered issue listing from there requires 3 clicks of the back button while clicking on
"issues" in the LHN is 1 but that loses the filter.
History
#1
Updated by Jean-Philippe Lang about 15 years ago
Change applied in rev 507.
Filter is no more reseted when clicking 'Issues' menu link.
#2
Updated by Jean-Philippe Lang about 15 years ago
I agree. I may change this behaviour or add a "Back to the
list" link on issue that would keep the filter.
For now, if you want the left menu link to keep the filter, just
remove the 2 occurrence of:
, :set_filter => 1
in app/views/layouts/base.rhtml (issue list links).