Changes between Version 25 and Version 26 of AdvancedTicketWorkflowPlugin


Ignore:
Timestamp:
Aug 24, 2014, 1:20:12 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Some clarification to address #11942.

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedTicketWorkflowPlugin

    v25 v26  
    4747(or by copying the egg to the `plugins` directory)
    4848
    49 Add the individual controller to the workflow controller list:
     49Add the individual controller to the workflow controller list. For example, when using `set_owner_to_reporter`, `TicketWorkflowOpOwnerReporter` must be appended to the workflow controller list.
    5050{{{#!ini
    5151[ticket]
    5252workflow = ConfigurableTicketWorkflow,TicketWorkflowOpOwnerReporter
    5353}}}
    54 (The individual controller name is listed in parenthesis after the operation name in the documentation section below.)
     54
     55The controller name is unique for each workflow operation and they can be found listed in parenthesis after the operation name in the documentation section below. A controller must be added to the list for each workflow operation that is used.
    5556
    5657And use the operation in your custom workflow: