Changes between Version 24 and Version 25 of MultipleWorkflowPlugin


Ignore:
Timestamp:
Dec 9, 2015, 9:26:02 AM (8 years ago)
Author:
figaro
Comment:

Typo and removal of superfluous tag

Legend:

Unmodified
Added
Removed
Modified
  • MultipleWorkflowPlugin

    v24 v25  
    2727approve = new, reopened -> approved
    2828approve.operations = del_resolution
    29  ...
     29...
    3030
    3131[ticket-workflow-Foo]
    3232# Workflow for ticket type 'Foo'
    3333do_foo = new -> foo
    34  ...
     34...
    3535
    3636[ticket-workflow-Bar]
    3737# Workflow for ticket type 'Bar'
    3838do_bar = new -> bar
    39  ...
     39...
    4040}}}
    4141
     
    4747# approve is only valid for ticket types 'defect' and 'feature'
    4848approve.tickettype = defect, feature
    49  ...
     49...
    5050}}}
    5151
     
    123123
    124124verify = approved -> closed
    125 verify.name = Verifiy the Requirement and mark
     125verify.name = Verify the Requirement and mark
    126126verify.operations = set_resolution
    127127verify.set_resolution = verified
     
    160160
    161161verify = approved -> closed
    162 verify.name = Verifiy the Requirement and mark
     162verify.name = Verify the Requirement and mark
    163163verify.operations = set_resolution
    164164verify.set_resolution = verified