Ticket #10510 (new enhancement)

Opened 7 months ago

Last modified 7 months ago

Remove Component column from reports {9} and {10}

Reported by: rjollos Assigned to: rjollos
Priority: normal Component: TracHacks
Severity: normal Keywords:
Cc: otaku42, hasienda, 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

Attachments

Change History

10/20/12 06:07:12 changed by rjollos

  • release changed from 0.12 to 1.0.

Add/Change #10510 (Remove Component column from reports {9} and {10})




Change Properties
Action