Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8632 closed defect (fixed)

Trouble executing queries on the links found next to the owner, reporter, etc. in a ticket

Reported by: glavoie@… Owned by: Remy Blank
Priority: normal Milestone: 0.12
Component: ticket system Version: 0.12dev
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

If I try to click on the link on the reporter, owner, priority, component or version of a ticket, I get the following error:

No handler matched request to /query/{'status': u'!closed', 'reporter': u'wildchild'}

The URL that causes the error looks like this:

http://hostname:8008/trac/test/query/{'status': u'!closed', 'reporter': u'wildchild'}

Attachments (0)

Change History (2)

comment:1 by Remy Blank, 15 years ago

Milestone: 0.12
Owner: set to Remy Blank

Weird. I'll check that.

comment:2 by Remy Blank, 15 years ago

Resolution: fixed
Status: newclosed

Passing a subclass of dict, list or tuple to Href.__call__() didn't work, and _RequestArgs is a subclass of dict. Fixed in [8563], thanks for the report!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Remy Blank.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Remy Blank to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.