[Zope] ZClass permissions
Patrick Stinson
ajole-1@gci.net
Wed, 4 Dec 2002 06:56:53 -0000
why is it that an anonymous user is not granted access to the ZClasses in
product management? {dumb question, I'm sure].
Also, if I want an anonymous user to be able to add instances of Zclasses in
a folder with code like
<dtml-with
"manage_addProduct['PK_MessageBoard'].PK_Posting.createInObjectManager(REQUE
ST['id'], REQUEST)">
<dtml-call "propertysheets.common.manage_editProperties(REQUEST)">
</dtml-with>
where I'm adding a PK_Posting from a PK_MessageBoard, what permissions do I
need to set. I still fail to understand the whole permissions/define
permissions dialogs....