I want to add a rule so that in all cases where a ticket will not change
status, I can still change the owner. I have tried this:

        leave = * -> *
        leave.default = 1
        leave.operations = set_owner, leave_status

The thing is that I do not want to change it to the current ticket
modifier unless that is selected. The default should be that the owner
stays as it was.

I thought that set_owner_to_self caused the default to be set to the
person modifying the ticket. set_owner just allowed it to be changed,
but the initial value when modifying was whatever it currently was and
there would be no change unless the user selected a different owner.


This is on Trac 0.12.2


-- 
Roger Oberholtzer

-- 
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