Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUR-4168 permission enhancements #1363

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
5 changes: 5 additions & 0 deletions database/seeds/OrganizationRoleUiPermissionSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,16 @@ public function run()
"Import/Export Projects" => "None",
"Activity Types" => "None",
"Activity Items" => "None",
"Activity Layouts" => "None",
"Subjects" => "None",
"Education Levels" => "None",
"Author Tags" => "None",
"Manage Users" => "None",
"Manage Roles" => "None",
"LMS Settings" => "None",
"LTI Tools" => "None",
"BrightCove" => "None",
"Media" => "None",
"Project" => "Edit",
"Playlist" => "Edit",
"Activity" => "Edit",
Expand Down