Edgewall Software

Changes between Version 49 and Version 50 of TracWorkflow


Ignore:
Timestamp:
Feb 11, 2014, 8:47:52 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Clarifications in response to questions on the mailing list.

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflow

    v49 v50  
    8080The available operations are:
    8181 - del_owner -- Clear the owner field.
    82  - set_owner -- Sets the owner to the selected or entered owner. Defaults to the current user.
     82 - 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.
    8383   - ''actionname''`.set_owner` may optionally be set to a comma delimited list or a single value.
    8484 - set_owner_to_self -- Sets the owner to the logged in user.
    85  - may_set_owner - Sets the owner to the selected or entered owner. Defaults to the existing owner.
     85 - may_set_owner - Sets the owner to the selected or entered owner. Defaults to the existing owner. //(Since 1.1.2)//.
    8686 - del_resolution -- Clears the resolution field
    8787 - set_resolution -- Sets the resolution to the selected value.