Edgewall Software

Changes between Version 8 and Version 9 of 1.1/TracWorkflow


Ignore:
Timestamp:
Dec 31, 2014, 8:54:23 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Document feature added in #11839.

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracWorkflow

    v8 v9  
    6565 - del_owner -- Clear the owner field.
    6666 - set_owner -- Sets the owner to the selected or entered owner. Defaults to the current user. When `[ticket] restrict_owner = true`, the select will be populated with users that have `TICKET_MODIFY` permission and an authenticated session.
    67    - ''actionname''`.set_owner` may optionally be set to a comma delimited list or a single value.
     67   - ''actionname''`.set_owner` may optionally be set to a comma delimited list of users. Groups and permissions may also be included in the list //(Since 1.1.3)//. When groups or permissions are specified the select is populated with all members of the group or all users that possess the permission.
    6868 - set_owner_to_self -- Sets the owner to the logged in user.
    6969 - may_set_owner - Sets the owner to the selected or entered owner. Defaults to the existing owner. //(Since 1.1.2)//.