Changes between Version 8 and Version 9 of FlexibleAssignToPlugin


Ignore:
Timestamp:
Nov 5, 2007, 7:50:27 PM (16 years ago)
Author:
Morris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FlexibleAssignToPlugin

    v8 v9  
    9292       '''NOTE:''' It is recommended that you also enable the ensure_user_data option if you use this method -- otherwise the behavior will be superficially no different than the default Trac get_known_users functionality.
    9393
     94For your cutting-and-pasting pleasure, here's the section that should be added to your trac.ini:
     95{{{
     96[subscribetoticket]
     97ensure_user_data = false
     98use_custom_get_known_users = false
     99}}}
     100
    94101'''4. Enable/disable individual workflow states''' [[BR]]
    95102    Finally, note that by default !FlexibleAssignTo operates on EVERY state in your workflow, replacing the "assign to" field for every state with a "set_owner" operation.  To disable !FlexibleAssignTo for particular states (without having to disable the entire plugin), add the following key to your workflow state: