Trigger workflows
This commit is contained in:
@@ -186,4 +186,5 @@ class CollectionSerializer(serializers.ModelSerializer):
|
||||
for user in instance.shared_with.all():
|
||||
shared_uuids.append(str(user.uuid))
|
||||
representation['shared_with'] = shared_uuids
|
||||
return representation
|
||||
return representation
|
||||
|
||||
Reference in New Issue
Block a user