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

fix: add edit__timeslot__playlist permission to Host & Host+

parent 82032377
No related branches found
No related tags found
No related merge requests found
Pipeline #8605 passed
Pipeline: aura-tests

#8606

    ......@@ -32,6 +32,9 @@ PERMISSIONS = {
    codename__startswith="edit__note",
    ),
    "custom edit profile": Permission.objects.filter(codename="edit__profile__name"),
    "custom edit timeslot": Permission.objects.filter(
    codename="edit__timeslot__playlist",
    ),
    },
    # Host+
    settings.ENTITLED_GROUPS[1]: {
    ......@@ -86,6 +89,9 @@ PERMISSIONS = {
    "edit__show__short_description",
    ]
    ),
    "custom edit timeslot": Permission.objects.filter(
    codename="edit__timeslot__playlist",
    ),
    },
    }
    ......
    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