refresh breaks copysupport
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
RefreshNG |
New
|
Undecided
|
Unassigned |
Bug Description
refresh a product which has some zope2 object ( cmf based in this case).. this in turn breaks copy support, if the object is copied after a refresh ( like portal factory in plone ).. with the traceback
Module ZPublisher.Publish, line 41, in call_object
Module Products.
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 41, in call_object
Module Products.
Module Products.
Module Products.
Module OFS.CopySupport, line 344, in manage_renameObject
Module Products.
Module OFS.CopySupport, line 527, in _verifyObjectPaste
it appears that the when copy support goes to check the list of all meta types it can't the permission for the object and thus automatically bails with an error.
description: | updated |