[Zope3-Users] Handling deletion rights ?

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Oct 30 10:13:18 EST 2006


On Friday 06 October 2006 08:40, Thierry Florac wrote:
> I can easilly give access rights for managers and contributors so that
> each of them can only create given objects.
> But what concerning deletion ? How can I prevent a contributor from
> removing a sub-folder ?

Good question. I think you have to try a different strategy. You have several 
choices:

- Implement two deletion methods, each with the right permission.
- Implement views that work out the permissions manually.
- Have separate folders for sub-folders and content.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-users mailing list