From 730c7f7f43a90d8da9640507b6ac17773cfa8249 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Thu, 12 Oct 2023 16:19:02 +0200 Subject: [PATCH] modernize group_add/delete and invitation accepted --- templates/user-group_created.json.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/user-group_created.json.j2 b/templates/user-group_created.json.j2 index 2dd66eb..fef1938 100644 --- a/templates/user-group_created.json.j2 +++ b/templates/user-group_created.json.j2 @@ -99,6 +99,7 @@ "name": "INLINE_TASK", "taskReferenceName": "extract_group", "type": "INLINE", + "evaluatorType" : "javascript", "inputParameters": { "tree" : "${init.output.result.tree}", "groups" : "${look_up_groups.output.body}",