Skip to content
Snippets Groups Projects
Verified Commit 8f19ff80 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: owner permissions

parent ca5ae73f
No related branches found
No related tags found
No related merge requests found
Pipeline #1705 passed
...@@ -15,6 +15,7 @@ class Circle(Model): ...@@ -15,6 +15,7 @@ class Circle(Model):
class Meta: class Meta:
auto_author = 'owner' auto_author = 'owner'
owner_field = 'owner'
nested_fields = ["team", 'members'] nested_fields = ["team", 'members']
anonymous_perms = ["view"] anonymous_perms = ["view"]
authenticated_perms = ["inherit", "add"] authenticated_perms = ["inherit", "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