Skip to content

Commit

Permalink
Remove action 'Move stakeholder to group' for now
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Aug 23, 2024
1 parent 34d0a5b commit 6b5d020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export function activate(context: ExtensionContext) {
commands.registerCommand("cml.ar.mergeAggregates.proxy", transformations.mergeAggregates()),
commands.registerCommand("cml.ar.mergeBoundedContexts.proxy", transformations.mergeBoundedContexts()),
commands.registerCommand("cml.ar.suspendPartnership.proxy", transformations.suspendPartnership()),
commands.registerCommand("cml.ar.moveStakeholderToGroup.proxy", transformations.executeGenericCommandWithSingleStringArg("cml.ar.moveStakeholderToGroup")),
commands.registerCommand("cml.ar.createValueForStakeholder.proxy", transformations.executeGenericCommandWithSingleStringArg("cml.ar.createValueForStakeholder")),
commands.registerCommand("cml.ar.addEthicalValueAssessment.proxy", transformations.executeGenericCommandWithSingleStringArg("cml.ar.addEthicalValueAssessment")),
commands.registerCommand("cml.ar.wrapValueInCluster.proxy", transformations.executeGenericCommandWithSingleStringArg("cml.ar.wrapValueInCluster")),
Expand Down

0 comments on commit 6b5d020

Please sign in to comment.