Change VF version failure - bug fix. 93/74193/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 14:26:34 +0000 (14:26 +0000)
Change-Id: I933fba8f03686d46755b8f9ea06a819ef9356140
Issue-ID: SDC-1971
Signed-off-by: Lior Nachmias <lior.nachmias@intl.att.com>
(cherry picked from commit 0151d9cc6fc3a9db776c8eeaa4db4123af45d746)

catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ComponentInstanceBusinessLogic.java

index 299f818..eeefebb 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());