Hi experts, I’ve been developing a few websites with customisation with modx. I really like it very much of how
i can customise many things using TVs and Snippets. Thank you ModX team.
Here is my problem. I need to create 1 super admin (s1) and 3 document managers (m1, m2, m3).
I have a document tree as below:
-eng
---fruit
-----apple
-----orange
-----peach
I want s1 to be able to edit all document.
I want m1 to be able to edit only apple, m2 to edit only orange, m3 to edit peach.
Here is what i did but unsuccessful.
I created a role ’editor’ to have create/edit/save/delete rights to document.
Then I put fruit in document group g_fruit.
Put apple in document group g_apple, orange in g_orange and peach in g_peach.
Then I link s1 to g_fruit, m1 to g_apple, m2 to g_orange, and m3 to g_peach.
THE RESULT:
When i log in as m1, it says ’this folder is empty’. Same thing happens when i log in as m2 or m3.
I was expecting document apple to show up in the document tree when i logged in as m1.
I hope everybody can understand the scenario.....Thanks in advance for help.