Opened 11 years ago

Last modified 10 years ago

#10510 closed enhancement

Remove Component column from reports {9} and {10} — at Initial Version

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Component: TracHacks
Severity: normal Keywords:
Cc: Michael Renzmann, Steffen Hoffmann, osimons Trac Release: 1.0

Description

When on Trac 1.0, we should be able to make the following untested modifications to reports {9} and {10}, which will remove the Component column, group the tickets by Component and still allow the report to be sorted by any column.

  • component -> component AS __group__
  • ORDER BY p.value, severity, time -> ORDER BY __group__, @SORT_COLUMN@, p.value, severity, time

Change History (0)

Note: See TracTickets for help on using tickets.