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

feat: update permissions added bz default

parent c506955c
No related branches found
No related tags found
No related merge requests found
Pipeline #7993 passed
......@@ -48,7 +48,12 @@ class Command(BaseCommand):
self.add_permissions(privileged_group, create_permissions, "custom create")
self.add_permissions(privileged_group, update_permissions, "custom update")
self.add_permissions(privileged_group, custom_add_permissions, "custom add")
self.add_permissions(host_group, default_model_permissions, "default model")
self.add_permissions(host_plus_group, change_permissions, "default change")
self.add_permissions(host_plus_group, edit_permissions, "custom edit field")
self.add_permissions(host_plus_group, custom_add_permissions, "custom add")
self.add_permissions(
host_plus_group, custom_add_permissions.exclude(codename="add__m3ufile"), "custom add"
)
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