Edgewall Software

Changes between Version 2 and Version 4 of 1.3/TracWorkflow


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracWorkflow

    v2 v4  
    102102}}}
    103103
     104The transition to `*` (`-> *`) means the workflow operation determines the next status. The only configurable ticket workflow operation that determines the next status is `leave_status`. However, another workflow controller can operate on an action with new status `*` and determine the next status.
     105
    104106This also shows the use of the `.default` attribute. This value is expected to be an integer, and the order in which the actions are displayed is determined by this value. The action with the highest `.default` value is listed first, and is selected by default. The rest of the actions are listed in order of decreasing `.default` values.
    105107If not specified for an action, `.default` is 0. The value may be negative.
     
    197199reassign_reviewing = reviewing -> *
    198200reassign_reviewing.label = reassign review
    199 reassign_reviewing.operations = set_owner
     201reassign_reviewing.operations = set_owner, leave_status
    200202reassign_reviewing.permissions = TICKET_MODIFY
    201203}}}
     
    230232review.permissions = TICKET_MODIFY
    231233reassign_reviewing = reviewing -> *
    232 reassign_reviewing.operations = set_owner
     234reassign_reviewing.operations = set_owner, leave_status
    233235reassign_reviewing.label = reassign review
    234236reassign_reviewing.permissions = TICKET_MODIFY