Modify ↓
Opened 15 years ago
Closed 14 years ago
#6028 closed defect (worksforme)
the trac hours plugin list query page sends you back to the original hours page
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | TracHoursPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
when you click on any of your saved queries in the list queries the page you wind up at is the original hours page that you navigated from. I have attached a patch that fixes this in a fairly crude fashion. The patch is to add the following into hours_listqueries.html at line ~34
"${req.href('hours') + '?query_id=%s&%s' % ( query.id, query.query ) }"
This thing doesn't let me upload files and strips html from the ticket. If you want a proper patch I have it.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
Owner: | changed from Jeff Hammel to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It appears this has been fixed on both the 0.11 and 0.12 branches. Both are working fine for me. Please reopen if you continue to have issues.