Description

[PATCH] - Enable Query Ordering on 'time' and 'changetime' fields (#44)

This depends on #47

This patch enables sorting on 'time' and 'changetime' fields.

The patch is non-intrusive and does not break existent behaviour.

context: Plan Ticket Query Macro

Changes

Change History

Changed 2 years ago by lazaridis_com

  • milestone changed from <trac.ticket.model.Milestone object at 0x427e47ac> to ticket-query-macro

Changed 2 years ago by lazaridis_com

  • milestone changed from rework to <trac.ticket.model.Milestone object at 0x427e47ac>

Milestone rework deleted

Changed 2 years ago by lazaridis_com

  • description modified (diff)

Changed 2 years ago by lazaridis_com

  • description modified (diff)

Changed 2 years ago by lazaridis_com

  • status changed from new to closed
  • resolution set to fixed

(In [72]) closes #44, calling Ticket System?(self.env).get_ticket_fields(True) to get all fields

Changed 2 years ago by lazaridis_com