ACL: create subfolders, but disallow renaming the root folder

View: New views
2 Messages — Rating Filter:   Alert me  

ACL: create subfolders, but disallow renaming the root folder

by Andreas Weder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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: <user-list-unsubscribe@...>
----------------------------------------------------------------


Re: ACL: create subfolders, but disallow renaming the root folder

by Matteo Pelucco :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Andreas Weder ha scritto:
> Fellow Magnolians,

In short, try with *:

Read only /A/B
Read/Write /A/B/*

HTH;
matteo


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <user-list-unsubscribe@...>
----------------------------------------------------------------