Changes between Version 10 and Version 11 of TracUserSelectFieldPlugin
- Timestamp:
- Oct 4, 2021, 11:50:42 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUserSelectFieldPlugin
v10 v11 4 4 5 5 {{{#!box info 6 This plugin uses a 'patch-style' implementation rather than the normal one. It may cause unknown influence to other plugins that dependson {{{TicketSystem.custom_fields}}} and {{{ConfigurableTicketWorkflow._to_users}}}.6 This plugin uses a 'patch-style' implementation rather than according to standard Trac's guidelines. It may adversely affect other plugins that depend on {{{TicketSystem.custom_fields}}} and {{{ConfigurableTicketWorkflow._to_users}}}. 7 7 8 8 Not recommended in production use. Use at your own risks. … … 13 13 This plugin enables a field to select a specific user according to configuration. This field can later be used in workflow. 14 14 15 1. Create a select Custom Field :15 1. Create a select Custom Field in your `trac.ini` file: 16 16 17 17 {{{#!ini … … 28 28 [[Image(1.png, border=2)]] 29 29 30 2. Use this user in workflow:30 2. Use this user in the workflow configuration section in your `trac.ini` file: 31 31 {{{#!ini 32 32 pj0102_test = PJ01 -> PJ02 … … 40 40 [[Image(2.png, border=2)]] 41 41 42 Notice: Function 2 can also be achieved by AdvancedTicketWorkflowPlugin's set_owner_to_field operation 42 '''Note''': Function 2 can also be achieved by AdvancedTicketWorkflowPlugin's set_owner_to_field operation: 43 43 {{{#!ini 44 44 [ticket] … … 73 73 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. 74 74 75 Special: 76 UserSelectFieldPlugin should be activated, but PatchedTicketSystem is NOT supposed to be activated! 75 '''Note''': UserSelectFieldPlugin should be activated, but PatchedTicketSystem is NOT supposed to be activated! 77 76 78 77 Make the following changes in your `trac.ini` file: