Edgewall Software

Opened 7 years ago

Last modified 2 years ago

#12810 new enhancement

Add a TicketReport macro — at Version 2

Reported by: Ryan J Ollos Owned by:
Priority: normal Milestone: next-major-releases
Component: report system Version:
Severity: normal Keywords: macro
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Ryan J Ollos)

Add a TicketReport macro that takes the report id as the first argument, and also the following optional keyword arguments:

  • order: default column to sort by
  • desc: default sort direction
  • max: number of rows per page
  • Any uppercase report variable

The argument names consistent with the TicketQuery macro.

ReportModule._render_view needs to be refactored by extracting the code that prepares the report data.

Change History (2)

comment:1 by Ryan J Ollos, 7 years ago

#12171 and #6523 closed as a duplicate.

Last edited 6 years ago by Ryan J Ollos (previous) (diff)

comment:2 by Ryan J Ollos, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.