Modify

Opened 15 years ago

Closed 13 years ago

#6028 closed defect (worksforme)

the trac hours plugin list query page sends you back to the original hours page

Reported by: fred@… 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 13 years ago by Ryan J Ollos

Owner: changed from Jeff Hammel to Ryan J Ollos
Status: newassigned

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.

comment:2 Changed 13 years ago by Ryan J Ollos

Resolution: worksforme
Status: assignedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.