We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007f973 commit 07e439eCopy full SHA for 07e439e
hack/tool/tackle
@@ -360,6 +360,9 @@ class TackleTool:
360
dictObj['password'] = self.decrypt(dictObj['password'])
361
dictObj['settings'] = self.decrypt(dictObj['settings'])
362
363
+ if "stakeholdergroups" in t:
364
+ dictObj['stakeholders'] = [] # empty stakeholders to not create it with parent stakeholdergroup, but in separate call
365
+
366
path = tackle2path(t)
367
if "assessments" in t:
368
if 'application' in dictObj:
0 commit comments