Re: [Zope] Deleting objects from an external method

2005-10-19 Thread Dieter Maurer
Nikko Wolf wrote at 2005-10-17 16:21 -0600: > ... > File "/usr/local/zinstance/Products/CMFPlone/PloneFolder.py", line >306, in manage_delObjects >raise Unauthorized, ( >Unauthorized: Do not have permissions to remove this object This obviously is the Plone implementation of "manage_delObjec

Re: [Zope] Deleting objects from an external method

2005-10-18 Thread Chris Withers
Nikko Wolf wrote: That was my expectation too, but alas -- it does not work for me. Have you specifically tried this? Yes, many times... Set up: - Plone Site with "Delete objects" permission granted only to Manager (not inheriting privs) - (Plone) Folder "abc" with an object "xyz" u

Re: [Zope] Deleting objects from an external method

2005-10-17 Thread Nikko Wolf
Chris Withers wrote: Nikko Wolf wrote: I'm trying to allow users to delete objects that have been accidentally created. I have criteria for what that means, but since I *DO NOT* want them to delete object except by this method, I want to avoid granting "Delete objects" to them (non-Manage

Re: [Zope] Deleting objects from an external method

2005-10-17 Thread Nikko Wolf
Dieter Maurer wrote: Nikko Wolf wrote at 2005-10-14 15:37 -0600: I'm trying to allow users to delete objects that have been accidentally created. I have criteria for what that means, but since I *DO NOT* want them to delete object except by this method, I want to avoid granting

Re: [Zope] Deleting objects from an external method

2005-10-17 Thread Chris Withers
Nikko Wolf wrote: I'm trying to allow users to delete objects that have been accidentally created. I have criteria for what that means, but since I *DO NOT* want them to delete object except by this method, I want to avoid granting "Delete objects" to them (non-Managers). Have the "delete

Re: [Zope] Deleting objects from an external method

2005-10-16 Thread Dieter Maurer
Nikko Wolf wrote at 2005-10-14 15:37 -0600: >I'm trying to allow users to delete objects that have been accidentally >created. I have criteria for what that means, but since I *DO NOT* want >them to delete object except by this method, I want to avoid granting >"Delete objects" to them (non-Man

[Zope] Deleting objects from an external method

2005-10-14 Thread Nikko Wolf
I'm trying to allow users to delete objects that have been accidentally created. I have criteria for what that means, but since I *DO NOT* want them to delete object except by this method, I want to avoid granting "Delete objects" to them (non-Managers). Can this even be done? At the base