Opened 14 years ago
Closed 14 years ago
#1540 closed enhancement (fixed)
Save list of recently active projects
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.16 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
This should be kept as a setting per user similar to how we store the list of 'recently used items'. The saved list should be used in the 'select project' menu to makes sure that the most recently used projects are displayed in the list. This ticket is related to #1439, but the other ticket only fixed the acute problem with a too long list.
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5465]) Fixes #1540: Save list of recently active projects
The 'select project' menu has been changed to display the most recent projects at the top. If the user is a member of more projects those are displayed below a separator. The max number has been reduced from 20 to 15 to allow for some of the extra space needed. The '..x more' entry now applies a filter (temporary thanks to #1531) so that only those projects that are not in the menu are displayed in the list.
The fix also reorders the projects on the View->Home page so that the most recently used are listed first.