Merge pull request #5855 from normanjaeckel/Permission
Added permission.yml.
This commit is contained in:
commit
4b90c1b2ba
57
docs/permission.yml
Normal file
57
docs/permission.yml
Normal file
@ -0,0 +1,57 @@
|
||||
---
|
||||
# To get a permission string you have to combine the top level string
|
||||
# with one of the strings in the lower levels. Permissions are e. g.
|
||||
# agenda_item.can_manage or agenda_item.can_see.
|
||||
|
||||
# The permissions are hierarchical. Users with agenda_item.can_manage do have
|
||||
# implicitly agenda_item.can_see_internal and agenda_item.can_see.
|
||||
|
||||
agenda_item:
|
||||
can_manage:
|
||||
can_see_internal:
|
||||
can_see:
|
||||
list_of_speakers:
|
||||
can_manage:
|
||||
can_see:
|
||||
can_be_speaker:
|
||||
can_see:
|
||||
meeting:
|
||||
can_manage_settings:
|
||||
can_manage_logos_and_fonts:
|
||||
can_see_frontpage:
|
||||
can_see_autopilot:
|
||||
can_see_livestream:
|
||||
can_see_history:
|
||||
projector:
|
||||
can_manage:
|
||||
can_see:
|
||||
tag:
|
||||
can_manage:
|
||||
motion:
|
||||
can_manage:
|
||||
can_manage_metadata:
|
||||
can_see:
|
||||
can_manage_polls:
|
||||
can_see:
|
||||
can_see_internal:
|
||||
can_see:
|
||||
can_create:
|
||||
can_see:
|
||||
can_create_amendments:
|
||||
can_see:
|
||||
can_support:
|
||||
can_see:
|
||||
assignment:
|
||||
can_manage:
|
||||
can_nominate_other:
|
||||
can_see:
|
||||
can_nominate_self:
|
||||
can_see:
|
||||
mediafile:
|
||||
can_manage:
|
||||
can_see:
|
||||
user:
|
||||
can_manage:
|
||||
can_see_extra_data:
|
||||
can_see:
|
||||
can_change_own_password:
|
Loading…
Reference in New Issue
Block a user