Re: [Zope3-dev] [Fwd: [Z3d] 562/ 3 Reject ObjectCopier must copy not reference the object]

2006-08-23 Thread Egon Frerich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, here I am again. On my PC I've changed zope\copypastemove\__init__.py (lines 396 - 403) from checkObject(target, new_name, obj) chooser = INameChooser(target) new_name = chooser.chooseName(new_name, obj)

Re: [Zope3-dev] [Fwd: [Z3d] 562/ 3 Reject ObjectCopier must copy not reference the object]

2006-08-22 Thread Egon Frerich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I assume I found the problem with the ObjectCopier. The ObjectCopier calls checkObject before copying the object with locationCopy. So I get in my NameChooser the original object not the copy. Egon Egon Frerich schrieb am 2006-08-23 01:41: I put