-
-
Notifications
You must be signed in to change notification settings - Fork 208
Description
This is a question about #4168
Currently only admins can access the recycle bin (it's protected with the Zope "Manage portal" permission).
This raises 2 questions for me:
-
If an editor has access to edit in part of the site, should they be able to access the recycle bin and restore items in that part? This would be nice to support, but I can imagine there would be a lot of edge cases to handle. I think it's okay if we release this feature for only admins first, and then maybe add support for other editors later.
-
Should site administrators also have access to the recycle bin? I would say they should; they usually have access to all content operations. It would be best if we define a new permission for accessing the recycle bin, instead of using "Manage portal". Then an admin can change who has access if needed.