Skip to content

Commit

Permalink
Merge pull request #963 from sakshah28/EAPSUP-1306_replace_REMOVE_wit…
Browse files Browse the repository at this point in the history
…h_UNDEPLOY

EAPSUP-1306
  • Loading branch information
hpehl authored Sep 25, 2023
2 parents 6701038 + afc6d65 commit 08fb462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public AbstractDeploymentColumn(Builder<T> builder, ColumnActionFactory columnAc
ITEM_DISABLE_ACTION = createItemAction(resources.constants().disable(), this::disable, UNDEPLOY);
ITEM_ENABLE_ACTION = createItemAction(resources.constants().enable(), this::enable, DEPLOY);
ITEM_EXPLODE_ACTION = createItemAction(resources.constants().explode(), this::explode, EXPLODE);
ITEM_REMOVE_ACTION = createItemAction(resources.constants().remove(), this::remove, REMOVE);
ITEM_REMOVE_ACTION = createItemAction(resources.constants().undeploy(), this::remove, REMOVE);
ITEM_REPLACE_ACTION = createItemAction(resources.constants().replace(), this::replace, FULL_REPLACE_DEPLOYMENT, ADD);
// standalone-only
ITEM_EXPLODE_SUBS_ACTION = createItemAction(resources.constants().explodeSubdeployments(), this::explodeSubs, EXPLODE);
Expand Down

0 comments on commit 08fb462

Please sign in to comment.