[CMF-checkins] CVS: Products/DCWorkflow/dtml - states.dtml:1.2.58.1
transitions.dtml:1.4.34.1
Jens Vagelpohl
jens at dataflake.org
Thu May 5 17:18:33 EDT 2005
Update of /cvs-repository/Products/DCWorkflow/dtml
In directory cvs.zope.org:/tmp/cvs-serv29765/DCWorkflow/dtml
Modified Files:
Tag: CMF-1_5-branch
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.2.58.1 ===
--- Products/DCWorkflow/dtml/states.dtml:1.2 Fri Aug 31 10:36:43 2001
+++ Products/DCWorkflow/dtml/states.dtml Thu May 5 17:18:32 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.4 => 1.4.34.1 ===
--- Products/DCWorkflow/dtml/transitions.dtml:1.4 Thu Jul 11 15:18:16 2002
+++ Products/DCWorkflow/dtml/transitions.dtml Thu May 5 17:18:32 2005
@@ -51,6 +51,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