student and staff can also import annotations
This commit is contained in:
parent
7667cb677e
commit
455f17b515
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
"canEditPlaces": {"student": true, "staff": true, "admin": true},
|
||||
"canEditSitePages": {"staff": true, "admin": true},
|
||||
"canEditUsers": {"staff": true, "admin": true},
|
||||
"canImportAnnotations": {"admin": true},
|
||||
"canImportAnnotations": {"student": true, "staff": true, "admin": true},
|
||||
"canManagePlacesAndEvents": {"student": true, "staff": true, "admin": true},
|
||||
"canManageTitlesAndNames": {"student": true, "staff": true, "admin": true},
|
||||
"canManageUsers": {"staff": true, "admin": true},
|
||||
|
|
Loading…
Reference in a new issue