Change VF version failure - bug fix. 87/74187/1
authorLior Nachmias <lior.nachmias@intl.att.com>
Tue, 4 Dec 2018 11:56:49 +0000 (13:56 +0200)
committerLior Nachmias <lior.nachmias@intl.att.com>
Tue, 4 Dec 2018 11:56:49 +0000 (13:56 +0200)
Change-Id: I933fba8f03686d46755b8f9ea06a819ef9356140
Issue-ID: SDC-1971
Signed-off-by: Lior Nachmias <lior.nachmias@intl.att.com>
catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ComponentInstanceBusinessLogic.java

index e92f5f3..8c7c473 100644 (file)
@@ -2236,6 +2236,7 @@ public class ComponentInstanceBusinessLogic extends BaseBusinessLogic {
                 return resultOp;
             }
 
+            dataHolder.setCurrInstanceNode(origComponent);
             Either<Component, ResponseFormat> mergeStatusEither = compInstMergeDataBL.mergeComponentUserOrigData(user, dataHolder, containerComponent, containerComponentId, newComponentInstance.getUniqueId());
             if (mergeStatusEither.isRight()) {
                 return Either.right(mergeStatusEither.right().value());