Modify ↓
Opened 19 years ago
Closed 19 years ago
#2402 closed defect (fixed)
query link can't take multiple status params
Reported by: | 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 , 19 years ago
comment:2 by , 19 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.
Note:
See TracTickets
for help on using tickets.
You should use
query:status=new|assigned
instead.