From 07e439e7ecefe7483197f7e6869c13b3e2e6bbf4 Mon Sep 17 00:00:00 2001 From: Marek Aufart Date: Tue, 19 Mar 2024 14:54:20 +0100 Subject: [PATCH] Fix parent creation conflict for stakeholders Signed-off-by: Marek Aufart --- hack/tool/tackle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack/tool/tackle b/hack/tool/tackle index 28b2dfbbc..6d8919333 100755 --- a/hack/tool/tackle +++ b/hack/tool/tackle @@ -360,6 +360,9 @@ class TackleTool: dictObj['password'] = self.decrypt(dictObj['password']) dictObj['settings'] = self.decrypt(dictObj['settings']) + if "stakeholdergroups" in t: + dictObj['stakeholders'] = [] # empty stakeholders to not create it with parent stakeholdergroup, but in separate call + path = tackle2path(t) if "assessments" in t: if 'application' in dictObj: