Fix Substitution Mapping for inputs created independently
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / impl / InputsBusinessLogic.java
index 5b197de..2f43a5b 100644 (file)
@@ -955,6 +955,7 @@ public class InputsBusinessLogic extends BaseBusinessLogic {
                 }
             }
 
+            newInputDefinition.setMappedToComponentProperty(false);
             Either<InputDefinition, StorageOperationStatus> addInputEither =
                 toscaOperationFacade.addInputToComponent(inputName, newInputDefinition, component);