[Zope] rename objects permission
Dieter Maurer
dieter@handshake.de
Wed, 2 May 2001 20:21:59 +0200 (CEST)
Peter Bengtsson writes:
> Which permission is need to have to NOT get this message:
> "You are not authorized to access manage_renameObjects. "
>
> I have a role which is only supposed to be able to rename Image objects and
> add/edit properties of Image objects.
> This user uses a special interface I built and does not go /manage.
I used my "DocFinder" product to quickly determine that
"manage_renameObjects" is protected by "View management screens".
An alternative would have been to look at the sources ....
Dieter