Opened 14 years ago
Last modified 14 years ago
#9443 new enhancement
Dropdown list on "View tickets"
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | report system | Version: | 0.12dev |
Severity: | normal | Keywords: | javascript |
Cc: | olle@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If you work frequently with tickets it is a pain to go from "view ticket" to a new page where you then have to pick the propper sorting. An enhancement would be if this list drops down when the mouse is over "view tickets" in the menu. Also, when a ticket is modified, there is no button to go back to the ticket list that you came from. This could also be fixed with this enhancement.
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
Milestone: | next-minor-0.12.x |
---|
comment:2 by , 14 years ago
Cc: | added |
---|
+1 on the dropdown! Getting the reports in a dropdown would really enhance peoples experience with Trac.
I have my reports saved as bookmarks in order to speed things up right now. A dropdown would reduce the amount of clicks and time spent waiting for these lists/reports.
comment:3 by , 14 years ago
Component: | web frontend → report system |
---|---|
Keywords: | javascript added |
Milestone: | → next-major-0.1X |
Severity: | major → normal |
Something like the Issues menu in BitBucket would be nice.
The first two entries could be "Back to Current Query" (if there's one), "Custom Query" (if module is enabled), then the list of available reports.
It should also be a bit challenging to implement, as this would require producing some Javascript from the navigation contributor…
I'm not sure exactly what "list" should drop down. The list of reports?
Also, there should be a "Back to Query" link when viewing a ticket coming from a query or report.