Skip to content
Snippets Groups Projects
Verified Commit b248cee5 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

feat: add change_timeslot to Host & Host+

parent cbfc4da5
No related branches found
No related tags found
No related merge requests found
......@@ -11,11 +11,12 @@ PERMISSIONS = {
},
# Host
settings.ENTITLED_GROUPS[0]: {
"default add/change note & notelink": Permission.objects.filter(
"default add/change note, notelink & timeslot ": Permission.objects.filter(
codename__in=[
"add_notelink",
"change_note",
"change_notelink",
"change_timeslot",
],
),
"default change profile": Permission.objects.filter(codename="change_profile"),
......@@ -41,11 +42,12 @@ PERMISSIONS = {
"change_notelink",
],
),
"default change profile, schedule & show": Permission.objects.filter(
"default change profile, schedule, show & timeslot": Permission.objects.filter(
codename__in=[
"change_profile",
"change_schedule",
"change_show",
"change_timeslot",
],
),
"custom add media-source": Permission.objects.filter(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment