Edgewall Software

Changes between Version 15 and Version 16 of 1.1/TracWorkflow


Ignore:
Timestamp:
Mar 18, 2015, 6:40:56 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

The .name attribute is deprecated in favor of the .label attribute.

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracWorkflow

    v15 v16  
    8080'''Note:''' Specifying conflicting operations, such as `set_owner` and `del_owner`, has unspecified results.
    8181
    82 In this example, we see the `.name` attribute used. The action here is `resolve_accepted`, but it will be presented to the user as `resolve`.
     82In this example, we see the `.label` attribute used. The action here is `resolve_accepted`, but it will be presented to the user as `resolve`.
    8383
    8484{{{#!ini
     
    117117{{{#!ini
    118118_reset = -> new
    119 _reset.name = reset
     119_reset.label = reset
    120120_reset.operations = reset_workflow
    121121_reset.permissions = TICKET_ADMIN
     
    126126{{{#!ini
    127127_reset = -> new
    128 _reset.name = reset
     128_reset.label = reset
    129129_reset.operations = reset_workflow
    130130_reset.permissions = TICKET_MODIFY