Modify ↓
Opened 20 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 , 20 years ago
Cc: | added |
---|
comment:2 by , 19 years ago
Cc: | added |
---|
comment:3 by , 18 years ago
comment:4 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Summary: | Reports do not allow sorting if you have an embedded comment in SQL Code → Report sorting is broken |
Actually now it appears that report sorting is not working regardless of whether there are comments.
comment:5 by , 18 years ago
Milestone: | → 0.10 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Ok, this should be fixed in r3695.
Note:
See TracTickets
for help on using tickets.
#3084 and #3670 have been marked as duplicates.