[Zope] Python script and proxy roles
Dieter Maurer
dieter@handshake.de
Thu, 12 Sep 2002 23:35:39 +0200
Kristofer Bengtsson writes:
> I have problems when I try to run a script with proxy roles as Manager. It's
> working just fine when I am a Manager but when I log in as a member it will
> not work. Is the proxy roles just work in that folder?
"manage_clone" uses "_verifyObjectPaste" which does not respect
proxie roles (a bug).
Do it in an External Method with code similar to that of "manage_clone"
but omit the call to "_verifyObjectPaste".
Dieter