Skip to content

Commit

Permalink
Fix parent creation conflict for stakeholders
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Aufart <[email protected]>
  • Loading branch information
aufi committed Mar 20, 2024
1 parent 007f973 commit 07e439e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/tool/tackle
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 07e439e

Please sign in to comment.