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