Fellow Magnolians,
I have a little ACL puzzle I'd like to solve. Assume the following
structure:
/A
/B
/C
/D
I'd like the set up a rule to allow users to create and edit folders
underneath B, but prevent them from renaming B . How would I go about this?
I've tried something on the line of:
Read only Selected and sub nodes /A
Read/Write Selected and sub nodes /A/B
Here the user can create subfolder underneath B, but he can also rename B,
which is not what I want.
Then:
Read only Selected and sub nodes /A
Read/Write Sub nodes /A/B
Here the user can rename folders underneath B (namely /A/B/C and /A/B/D) and
add content to them, but he is not allowed to create new folders (e.g.
/A/B/E), which, again, is not what I want. On the plus side, he is not
allowed to rename B.
How Do I specify a rule to disallow renaming of B, but allow creating new
folders underneath it?
Puzzled
Andreas
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------