Ticket #1040 (closed enhancement: fixed)
Opened 7 years ago
Last modified 4 years ago
Could display the report link inside of ticket
| Reported by: | otavio@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9 |
| Component: | ticket system | Version: | 0.8 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
When we choose one ticket to look at and want to check again other tickets you need go back in browser. This have problems because your last action could not be view and some users can be confused. I think you can add a link refering the used report and reopen it.
Attachments
Change History
comment:1 Changed 7 years ago by pkou <pkou at ua.fm>
comment:2 Changed 7 years ago by cmlenz
What I would really like would be something like bugzilla provides, i.e. the last query/report is saved in the session, including the ids of the tickets that matched. The previous/next links would then navigate inside the result set (instead of globally), and you'd get a link back up to the query/report that you came from.
Storing not only the query but also the list of tickets that matched has the benefit that the result set does not move around while you're working your way through it, something that can be highly confusing IMHO.
comment:3 Changed 7 years ago by cmlenz
- Owner changed from jonas to cmlenz
- Priority changed from normal to high
- Severity changed from trivial to enhancement
- Status changed from new to assigned
A first version of what I proposed in my previous comment has been implemented in [1305]. Would still need to be ported to reports, although probably in a limited fashion.
comment:4 Changed 7 years ago by jonas
Until that is done we probably should reset the "query_ticket" session variable when the user views a report to avoid confusion.
comment:5 Changed 7 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
The query session vars are reset since [2217] when the user views a report.



The interesting idea here is to save ids of last three reports and display links to them at bottom page (in the way that is similar to Previous Ticket and Next Ticket.