Hey Everyone,

Just curious is there a way to associate more than a single operation
with an action in the trac workflow.

Currently my workflow for the resolve action looks like this :

resolve = new,assigned,accepted,reopened,ready for testing,more
information provided,failed testing -> closed
resolve.operations = set_resolution
resolve.permissions = TICKET_MODIFY

But in certain circumstances we would like to have the action perform
the set_owner operation also, obviously I tried just putting it in :

resolve = new,assigned,accepted,reopened,ready for testing,more
information provided,failed testing -> closed
resolve.operations = set_resolution
resolve.operations = set_owner
resolve.permissions = TICKET_MODIFY

Though as expected only the last operation stated in the workflow can
be performed by the action, just curious if there is a way of doing
this as I couldn't find any documentation suggesting it was possible.

Thanks In advance,
Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to