Trigger workflows
This commit is contained in:
@@ -187,3 +187,4 @@ class CollectionSerializer(serializers.ModelSerializer):
|
|||||||
shared_uuids.append(str(user.uuid))
|
shared_uuids.append(str(user.uuid))
|
||||||
representation['shared_with'] = shared_uuids
|
representation['shared_with'] = shared_uuids
|
||||||
return representation
|
return representation
|
||||||
|
|
||||||
@@ -29,7 +29,6 @@
|
|||||||
let isWarningModalOpen: boolean = false;
|
let isWarningModalOpen: boolean = false;
|
||||||
|
|
||||||
export let adventure: Adventure;
|
export let adventure: Adventure;
|
||||||
|
|
||||||
let activityTypes: string[] = [];
|
let activityTypes: string[] = [];
|
||||||
// makes it reactivty to changes so it updates automatically
|
// makes it reactivty to changes so it updates automatically
|
||||||
$: {
|
$: {
|
||||||
|
|||||||
Reference in New Issue
Block a user