Changes between Version 7 and Version 8 of TracTickets
- Timestamp:
- Jul 23, 2020, 1:40:56 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTickets
v7 v8 98 98 99 99 '''Notes:''' 100 - If you need more flexibility and aren't afraid of a little plugin coding of your own, see the [https://trac-hacks.org/wiki/FlexibleAssignToPlugin FlexibleAssignTo plugin].100 - If you need more flexibility, then use subclass `ConfigurableTicketWorkflow` and override the `get_allowed_owners` method (see [trac:#12807 Trac ticket 12807]). 101 101 102 102 - Activating this option may cause some performance degradation. Read more about this in the [trac:TracPerformance#Configuration Trac performance] page.