Skip to content

Permissions are not set on containers

The jsonld data of containers doesn't include the permissions on the container. It should have:

"permissions": [
    {"mode":{"@type":"add"}},
    {"mode":{"@type":"view"}}
]

depending on what permissions the user has.

Edited by Sylvain Le Bon