Actions
Feature #332
closedRemember filters in issue listing.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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.
Updated by Jean-Philippe Lang over 17 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).
Updated by Jean-Philippe Lang over 17 years ago
Change applied in rev 507.
Filter is no more reseted when clicking 'Issues' menu link.
Actions