Friday 05 September 2003 3:04:07 am
I've created a new role but when I press "new" button I receive "Access denied". My site has two sections: "guests" and "catalog". In the same way the site has two folder under roor: "guest" and "catalog". I've created two new class "category" and "product". I want supervisors only can create "categories" or "products" under section (or folder) "catalog". So I created a new Role "supervisor" and assign it the following policies:
user : login : *
content : read : *
content : create : Class(Category , Product) , Section(Catalog)
content : edit : Class(Category , Product) , Section(Catalog) content : remove : Class(Category , Product) , Section(Catalog) I create a "supervisor" and a "supervisors" group, and I assign to role "supervisor" When I login as supervisor I go to catalog folder, I only see in select box "category" and "product". Ok, but... If I press the "create here" button I receive an Access denied message. What I wrong? Thanks in advance
|