Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#9293 closed defect (fixed)

TicketQuery: order=priority => desc has no effect

Reported by: ondrej.kotaba@… Owned by: Remy Blank
Priority: low Milestone: 0.12
Component: ticket system Version: 0.11.6
Severity: minor Keywords:
Cc: ondrej.kotaba@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

In wiki, in the following TicketQuery, the desc=0 and desc=1 make no difference, being always sorted as Trivial-first.

[[TicketQuery(max=50, status!=closed, milestone=Alpha, group=status, order=priority, desc=0, format=table, col=id|priority|summary|owner|status)]]

[[TicketQuery(max=50, status!=closed, milestone=Alpha, group=status, order=priority, desc=1, format=table, col=id|priority|summary|owner|status)]]

Clicking the column to change the sort order links to a report where it works fine.

Attachments (0)

Change History (2)

comment:1 by Remy Blank, 14 years ago

Milestone: 0.12
Resolution: fixed
Status: newclosed

Confirmed: the mere presence of desc= was taken as "sort descending`. Fixed in [9619] by actually evaluating the argument.

comment:2 by Remy Blank, 14 years ago

Component: wiki systemticket system
Owner: set to Remy Blank

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.