Closed goldpbear closed 5 years ago
This PR serializes permissions for each dataset group returned along with the User serialization. Group permissions are serialized as an array in the following format:
User
[ { abilities: ["create", "retrieve", "update", "destroy"], submission_set: "*" } ]
where each object in the array represents one set of permissions.
We also serialize the dataset_slug of each group's parent dataset.
dataset_slug
This PR serializes permissions for each dataset group returned along with the
User
serialization. Group permissions are serialized as an array in the following format:where each object in the array represents one set of permissions.
We also serialize the
dataset_slug
of each group's parent dataset.