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

Merge branch 'gm-ldppermission' into 'master'

update: new permissions added

See merge request startinblox/djangoldp-packages/djangoldp-circle!9
parents e131e38f c09670b2
No related branches found
Tags v0.0.20
1 merge request!9update: new permissions added
Pipeline #1777 passed
......@@ -16,9 +16,10 @@ class Circle(Model):
auto_author = 'owner'
nested_fields = ["team"]
anonymous_perms = ["view"]
authenticated_perms = ["inherit", "add"]
owner_perms = ["inherit", "change", "delete"]
container_path = 'circles/'
rdf_type = 'hd:circle'
depth = 0
def __str__(self):
......
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