Changes between Version 6 and Version 7 of TracWorkflow


Ignore:
Timestamp:
Dec 29, 2020, 5:09:28 AM (3 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflow

    v6 v7  
    146146Workflows can be visualized by rendering them on the wiki using the [WikiMacros#Workflow-macro Workflow macro].
    147147
    148 Workflows can also be visualized using the `contrib/workflow/workflow_parser.py` script. The script outputs `.dot` files that [http://www.graphviz.org GraphViz] understands. The script can be used as follows (your install path may be different):
     148Workflows can also be visualized using the `contrib/workflow/workflow_parser.py` script. The script outputs `.dot` files that [https://www.graphviz.org GraphViz] understands. The script can be used as follows (your install path may be different):
    149149
    150150{{{#!sh
     
    197197reassign_reviewing = reviewing -> *
    198198reassign_reviewing.label = reassign review
    199 reassign_reviewing.operations = set_owner
     199reassign_reviewing.operations = set_owner, leave_status
    200200reassign_reviewing.permissions = TICKET_MODIFY
    201201}}}
     
    230230review.permissions = TICKET_MODIFY
    231231reassign_reviewing = reviewing -> *
    232 reassign_reviewing.operations = set_owner
     232reassign_reviewing.operations = set_owner, leave_status
    233233reassign_reviewing.label = reassign review
    234234reassign_reviewing.permissions = TICKET_MODIFY