[CMF-checkins] CVS: Products/DCWorkflow/dtml - states.dtml:1.3 transitions.dtml:1.6

Jens Vagelpohl jens at dataflake.org
Thu May 5 17:18:54 EDT 2005


Update of /cvs-repository/Products/DCWorkflow/dtml
In directory cvs.zope.org:/tmp/cvs-serv29908/DCWorkflow/dtml

Modified Files:
	states.dtml transitions.dtml 
Log Message:
- DCWorkflow: Add a note to the Transitions and States forms
  explaining that the renaming actions will not automatically
  update any items in the workflow that might be affected by
  the change. (http://www.zope.org/Collectors/CMF/89)


=== Products/DCWorkflow/dtml/states.dtml 1.2 => 1.3 ===
--- Products/DCWorkflow/dtml/states.dtml:1.2	Fri Aug 31 10:36:43 2001
+++ Products/DCWorkflow/dtml/states.dtml	Thu May  5 17:18:53 2005
@@ -50,6 +50,10 @@
 </dtml-in>
 </table>
 <dtml-if values>
+<p>
+  <b>Note:</b> Renaming a state will not affect any items in that state. You
+  will need to fix them manually.
+</p>  
 <input type="submit" name="manage_renameForm:method" value="Rename" />
 <input type="submit" name="deleteStates:method" value="Delete" />
 <input type="submit" name="setInitialState:method" value="Set Initial State" />


=== Products/DCWorkflow/dtml/transitions.dtml 1.5 => 1.6 ===
--- Products/DCWorkflow/dtml/transitions.dtml:1.5	Tue Aug 24 17:12:59 2004
+++ Products/DCWorkflow/dtml/transitions.dtml	Thu May  5 17:18:53 2005
@@ -50,6 +50,10 @@
 </dtml-in>
 </table>
 <dtml-if values>
+<p>
+  <b>Note:</b> Renaming a transition will not automatically update all
+  items in the workflow affected by it. You will need to fix them manually.
+</p> 
 <input type="submit" name="manage_renameForm:method" value="Rename" />
 <input type="submit" name="deleteTransitions:method" value="Delete" />
 </dtml-if>



More information about the CMF-checkins mailing list