From e07a5ac59bc803c7d35c81e7844ac429d7b75889 Mon Sep 17 00:00:00 2001 From: Philipp <129884416+bonsaibauer@users.noreply.github.com> Date: Thu, 13 Apr 2023 15:32:55 +0200 Subject: [PATCH] addParams (public_exit&public_admission) CWP-CreateGroup-addParams (public_exit&public_admission) --- spec/fixtures/actions/create_group.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/spec/fixtures/actions/create_group.json b/spec/fixtures/actions/create_group.json index e2e52ef2..4983e70e 100644 --- a/spec/fixtures/actions/create_group.json +++ b/spec/fixtures/actions/create_group.json @@ -100,5 +100,21 @@ "output_type": "text", "output_connector": "set" } + ], + "public_exit": [ + { + "type": "assignment", + "output": "false", + "output_type": "text", + "output_connector": "set" + } + ], + "public_admission": [ + { + "type": "assignment", + "output": "false", + "output_type": "text", + "output_connector": "set" + } ] -} \ No newline at end of file +}