Edgewall Software
Modify

Opened 19 years ago

Closed 18 years ago

#1375 closed defect (fixed)

Report sorting is broken

Reported by: jon.brandenburg at theronyx dot com Owned by: Matthew Good
Priority: normal Milestone: 0.10
Component: general Version: 0.8.1
Severity: minor Keywords:
Cc: jon.brandenburg@…, xangelusx@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I noticed that when I comment out the group statement

 SELECT p.value AS __color__,
--t.milestone __group__,
t.id AS ticket,
...

The column headers are not sortable when viewing the report whereas if I remove the line altogether

 SELECT p.value AS __color__,
t.id AS ticket,
...

I can sort the column headers just fine as expected.

Attachments (0)

Change History (5)

comment:1 by jon.brandenburg at theronyx.com, 19 years ago

Cc: jon.brandenburg@… added

comment:2 by xangelusx at hotmail.com, 18 years ago

Cc: xangelusx@… added

comment:3 by Matthew Good, 18 years ago

#3084 and #3670 have been marked as duplicates.

comment:4 by Matthew Good, 18 years ago

Owner: changed from Jonas Borgström to Matthew Good
Status: newassigned
Summary: Reports do not allow sorting if you have an embedded comment in SQL CodeReport sorting is broken

Actually now it appears that report sorting is not working regardless of whether there are comments.

comment:5 by Matthew Good, 18 years ago

Milestone: 0.10
Resolution: fixed
Status: assignedclosed

Ok, this should be fixed in r3695.

Modify Ticket

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