Edgewall Software

Changes between Version 72 and Version 73 of TracWorkflow


Ignore:
Timestamp:
May 17, 2017, 8:00:24 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Document solution to #5425.

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflow

    v72 v73  
    5959
    6060The first line in this example defines the `accept` action, along with the states the action is valid in (`new` and `accepted`), and the new state of the ticket when the action is taken (`accepted`).
    61 The `accept.permissions` line specifies the permissions the user must have to use this action.
     61
     62The `accept.permissions` line specifies the permissions the user must have to use this action. [trac:ExtraPermissionsProvider] can define new permissions to be used here.
     63
    6264The `accept.operations` line specifies changes that will be made to the ticket in addition to the status change when the action is taken.  In this case, when a user clicks on `accept`, the ticket owner field is updated to the logged in user.  Multiple operations may be specified in a comma separated list.
    6365