Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
fix returning on outdated action description instead of the updated o…
Browse files Browse the repository at this point in the history
…ne containing the related action impact list. This bug inhibits the cancelation of intermediary action impacts and is related to issue #165
  • Loading branch information
DivineThreepwood committed Jan 14, 2020
1 parent a1b562e commit b6bd153
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ protected Future<ActionDescription> internalApplyActionAuthenticated(final Authe
applyDataUpdate(activationStateBuilder, ServiceType.ACTIVATION_STATE_SERVICE);

// return the generated action description
return actionDescriptionBuilder.build();
return actionDescriptionBuilderNew.build();

}, activationStateOperationService.setActivationState(activationStateBuilder.build()));
} catch (CouldNotPerformException ex) {
Expand Down

0 comments on commit b6bd153

Please sign in to comment.