[Zope] Folder creation
Robert Rottermann
robert@redcor.ch
Wed, 22 Aug 2001 16:24:57 +0200
Hi Todd,
you can add somethings like the following somewhere DTML-document you are
using to create the folders:
<dtml-call "manage_permission('View',['Anonymous','Member'],1,REQUEST)">
the 1 in the parameterlist means that the rigths should be inherited
through aqusition.
cheers
Robert
----- Original Message -----
From: "Todd Loomis" <tloomis@dmso.mil>
To: <zope@zope.org>
Sent: Wednesday, August 22, 2001 3:46 PM
Subject: [Zope] Folder creation
> I need to give users the ability to create folders that have specific
roles
> and permissions. How should I go about this?
>
> Todd
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>