Skip to content

Commit 07e439e

Browse files
committed
Fix parent creation conflict for stakeholders
Signed-off-by: Marek Aufart <[email protected]>
1 parent 007f973 commit 07e439e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/tool/tackle

+3
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@ class TackleTool:
360360
dictObj['password'] = self.decrypt(dictObj['password'])
361361
dictObj['settings'] = self.decrypt(dictObj['settings'])
362362

363+
if "stakeholdergroups" in t:
364+
dictObj['stakeholders'] = [] # empty stakeholders to not create it with parent stakeholdergroup, but in separate call
365+
363366
path = tackle2path(t)
364367
if "assessments" in t:
365368
if 'application' in dictObj:

0 commit comments

Comments
 (0)