[zope2-tracker] [Bug 471088] [NEW] ObjectCopiedEvent is launched to early
hoka
kai.hoppert at online.de
Mon Nov 2 09:46:30 EST 2009
Public bug reported:
OFS.CopySupport -> manage_pasteObjects
notify(ObjectCopiedEvent(ob, orig_ob))
should be launched after ob._postCopy(self, op=0)
For example in plone the uid of the new object is changed after
_postCopy and other initialization stuff too. Before postCopy old and
new object are not really diffrent.
So i think it only makes sense to launch this event after the new object
has finished his initialisation.
Greetings
** Affects: zope2
Importance: Undecided
Status: New
--
ObjectCopiedEvent is launched to early
https://bugs.launchpad.net/bugs/471088
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.
More information about the zope2-tracker
mailing list