15 May
2003
15 May
'03
6:23 p.m.
Jamie wrote at 2003-5-14 15:31 -0400:
Is there any way to make it so that a certain user role can only see one or two types of objects when they view the management screens?
For example, I have a user role called "contentProvider" and when he goes to the management screens I want him to see a slightly different manage page that I design.
The stock management screens (distributed with Zope) do not do this. But, of course, you can change them (modifying the source) or derive your own folder type with your own management screens (not touching the Zope source). The Zope Developper Guide is a valuable resource when you want to derive your own folder class. Dieter