Neither PUBLIC nor self-editors get to edit any properties by virtue of their role.
This commit is contained in:
parent
6ed41b7745
commit
71ed58cc2e
2 changed files with 13 additions and 5 deletions
|
@ -137,7 +137,6 @@ auth:SELF_EDITOR
|
|||
# For role-based display and editing, SelfEditor is like Public.
|
||||
# SelfEditor uses its special permissions to edit/display its own values.
|
||||
auth:hasPermission displayByRole:Public ;
|
||||
auth:hasPermission editByRole:Public ;
|
||||
.
|
||||
|
||||
auth:PUBLIC
|
||||
|
@ -150,7 +149,4 @@ auth:PUBLIC
|
|||
|
||||
# role-based permissions for PUBLIC
|
||||
auth:hasPermission displayByRole:Public ;
|
||||
|
||||
# why are some properties declared editable by PUBLIC, but we don't want them to be.
|
||||
# auth:hasPermission editByRole:Public ;
|
||||
.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue