Edgewall Software

Changes between Version 7 and Version 8 of CookBook/Configuration/SignedTickets


Ignore:
Timestamp:
Sep 16, 2016, 10:27:45 PM (8 years ago)
Author:
anonymous
Comment:

Merge duplicated sections

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/Configuration/SignedTickets

    v7 v8  
    8686}}}
    8787
    88 Additional permissions can be specified in `allowed_actions`.
    89 If you wish to allow commenting on signed tickets, add
    90 `TICKET_APPEND` to the `allowed_actions`:
    91 {{{#!python
    92     allowed_actions = ('TICKET_VIEW', 'TICKET_APPEND')
    93 }}}
    94 
    9588=== Visual indication
    9689
     
    116109== Variations
    117110=== Allow ticket comments
    118 If you still want to allow commenting on signed tickets, change `action == 'TICKET_VIEW'`  to `action in ['TICKET_VIEW', 'TICKET_APPEND']`.
     111Additional permissions can be specified in `allowed_actions`.
     112If you wish to allow commenting on signed tickets, add
     113`TICKET_APPEND` to the `allowed_actions`:
     114{{{#!python
     115    allowed_actions = ('TICKET_VIEW', 'TICKET_APPEND')
     116}}}
    119117
    120118=== Status instead of resolution