Changes between Version 6 and Version 7 of TracUserSelectFieldPlugin


Ignore:
Timestamp:
Sep 2, 2017, 8:56:33 AM (7 years ago)
Author:
figaro
Comment:

Initial cleanup

Legend:

Unmodified
Added
Removed
Modified
  • TracUserSelectFieldPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = TracUserSelectFieldPlugin
    4 == This plugin enables a field to select a specific user according to config. This field can later be used in workflow.
     3= Set a specific user according to workflow
    54
    65== Description
    76
    8 1. Create a select Custom Field
     7This plugin enables a field to select a specific user according to configuration. This field can later be used in workflow.
    98
    10 {{{
     91. Create a select Custom Field:
     10
     11 {{{#!ini
    1112project_usera = select
    1213project_usera.format = user
     
    1415}}}
    1516
    16 where:
    17 * field type must be 'select',
    18 * format must be 'user',
    19 * user is optional and default to 'authenticated', and can be set to comma seperated users, groups or PERMISSIONS.
     17 where:
     18 * field type must be 'select',
     19 * format must be 'user',
     20 * user is optional and default to 'authenticated', and can be set to comma separated users, groups or PERMISSIONS.
    2021
    21 [[Image(1.png)]]
     22 [[Image(1.png, border=2)]]
    2223
    23 2. Use this user in workflow
    24 {{{
     242. Use this user in workflow:
     25 {{{#!ini
    2526pj0102_test = PJ01 -> PJ02
    2627pj0102_test.operations = set_owner
     
    2930}}}
    3031
    31 all you need to do is use a '$' with the field name.
     32 all you need to do is use a '$' with the field name.
    3233
    33 [[Image(2.png)]]
    34 
     34 [[Image(2.png, border=2)]]
    3535
    3636== !Bugs/Feature Requests
     
    5050== Source
    5151
    52 You can check out TracUserSelectFieldPlugin from [https://github.com/CaulyKan/TracUserSelectFieldPlugin.git here] using Git, or [https://github.com/CaulyKan/TracUserSelectFieldPlugin browse the source] with Trac.
     52You can check out TracUserSelectFieldPlugin from [https://github.com/CaulyKan/TracUserSelectFieldPlugin.git here] using Git.
    5353
    5454== Installation
     
    5959UserSelectFieldPlugin should be activated, but PatchedTicketSystem is not supposed to be activated!
    6060
    61 in trac.ini
     61Then make the following changes in your `trac.ini` file:
    6262{{{#!ini
    6363tracuserselectfield.userselectfield.userselectfieldplugin = enabled