[CMF-checkins] CVS: CMF/CMFCollector - collector_issue_workflow.zexp:1.8

Ken Manheimer klm@zope.com
Sat, 27 Oct 2001 23:54:30 -0400


Update of /cvs-repository/CMF/CMFCollector
In directory cvs.zope.org:/tmp/cvs-serv28334

Modified Files:
	collector_issue_workflow.zexp 
Log Message:
Small refinements and an addition:

 - Make 'request' action a one-shot thing, but creating a 'requested'
   state variable, making the request action available only when the
   variable is false, and set the variable when request action is
   taken.

   This gets rid of the superfluous offering of 'request' in pending
   states.

 - Add a 'resubmit' action, for use from completed states (resolved,
   rejected) and deferred, to put the issue back to start (except
   requested is still set, so it doesn't get done again).  This just
   goes to the 'New' initial state, which does the right thing for
   security_related, etc.


=== CMF/CMFCollector/collector_issue_workflow.zexp 1.7 => 1.8 ===