Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#2402 closed defect (fixed)

query link can't take multiple status params

Reported by: joe.mason@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: wiki system Version: 0.9
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The query link "query:status=new&status=assigned" turns into the URL "http://<server>/query?status=assigned&order=priority". Note that it lost "status=new".

Attachments (0)

Change History (4)

comment:1 by Christopher Lenz, 18 years ago

You should use query:status=new|assigned instead.

comment:2 by Christian Boos, 18 years ago

Or, alternatively, if you want to reuse a query URL (copy/paste): query:?status=new&status=assigned, i.e. use "?" in front of the parameters.

We/someone should update TracLinks with a section about query links, before closing this one.

comment:3 by Christopher Lenz, 18 years ago

A link to the TracQuery page should be enough, there.

comment:4 by Christian Boos, 18 years ago

Resolution: fixed
Status: newclosed

Done.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.