> From: jevans
> Any tips or gotchas for modifying a custom workflow?
> I assume adding states and actions is pretty straightforward.  How
> about removing states?  Would I need to migrate any tickets in the
> state to be removed one by one or is there an easier way?

I've been wondering this myself, but it might be good to migrate tickets
anyway. There is some python code in the migrate script:

http://trac.edgewall.org/browser/branches/0.11-stable/contrib/workflow/m
igrate_original_to_basic.py

Or, you could do it by hand. Looks like all it does is run a SQL UPDATE
on the ticket table to change status from A to B.
 
Jason

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