Changes between Version 11 and Version 12 of TracTickets
- Timestamp:
- Jul 4, 2020, 6:02:42 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTickets
v11 v12 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.