[CMF-checkins] CVS: CMF - CHANGES.txt:1.95
Florent Guillaume
fg@nuxeo.com
Sat, 29 Jun 2002 19:50:18 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv16574
Modified Files:
CHANGES.txt
Log Message:
Correctly reindex the just-reset workflow variables of an object in a
DCWorkflow after a paste.
(I put the responsibility for this in CMFCatalogAware.manage_afterClone
and not in notifyCreated because the latter is called from other places
that already have do the reindexing for other reasons.)
Cleaned up DefaultWorkflow so that the notifySuccess & co methods are
not called twice, the WorkflowTool deals with that. Reindexing after a
workflow transition is also taken care of by WorkflowTool.
=== CMF/CHANGES.txt 1.94 => 1.95 ===
Bugs Fixed
+ - Correctly reindex the just-reset workflow variables of an object
+ in a DCWorkflow after a paste.
+
+ - Correctly insert into the workflows the objects created by a
+ Scriptable Type.
+
- Fixed Friendly Date Criterion edit form to correctly display the
duration in its menu (Tracker #475, thanks to Axel Joester for the
patch).