[CMF-checkins] CVS: CMF - CHANGES.txt:1.36.2.20
Andrew Sawyers
andrew@zope.com
Wed, 9 Jan 2002 14:44:04 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv18638
Modified Files:
Tag: CMF-1_2-branch
CHANGES.txt
Log Message:
*Workflow notification has moved to the contstructInstance method
on the TypesTool after the _setPortalTypeName method has been called
on the object rather then in manage_afterAdd.
=== CMF/CHANGES.txt 1.36.2.19 => 1.36.2.20 ===
Bugs Fixed
+ - Fixed a bug where the workflow notifyCreated method was called during
+ manage_afterAdd in PortalContent, making it possible for the
+ notification to occur on the wrong workflow. The notification has
+ moved to the contstructInstance method on the TypesTool after
+ the _setPortalTypeName method has been called on the object.
+
- Fixed a bug in Favorites.getObject to use restrictedTraverse on the portal
object.