student and staff can also import annotations

This commit is contained in:
j 2013-03-23 10:06:50 +00:00
parent 7667cb677e
commit 455f17b515
1 changed files with 1 additions and 1 deletions

View File

@ -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},