Modify ↓
Opened 8 years ago
Closed 7 years ago
#12706 closed defect (fixed)
Return to query after a ticket delete
Reported by: | Christian Boos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.3.3 |
Component: | ticket system | Version: | 1.3dev |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Redirect to the query module after deleting a ticket. If the deleted ticket is in the list of results from the last query, the last query is displayed, otherwise the default query is displayed. |
||
API Changes: | |||
Internal Changes: |
Description
That is, if there's an active query. But maybe even the default query would be a better destination than returning to the wiki page.
Attachments (0)
Change History (3)
comment:1 by , 7 years ago
Milestone: | → next-dev-1.3.x |
---|
comment:2 by , 7 years ago
Milestone: | next-dev-1.3.x → 1.3.3 |
---|---|
Owner: | set to |
Release Notes: | modified (diff) |
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
On the ticket page we guess that the user has come from a query if the ticket id is in the list of results from the most recently visited query: req.session['query_tickets'].
We could do the same for ticket delete:
tracopt/ticket/deleter.py
Any other ideas?