Temporary fix for unable to set values on props of a VFC in a service 49/133049/2
authorJvD_Ericsson <jeff.van.dam@est.tech>
Fri, 27 Jan 2023 12:02:05 +0000 (12:02 +0000)
committerMichael Morris <michael.morris@est.tech>
Fri, 27 Jan 2023 15:05:43 +0000 (15:05 +0000)
Issue-ID: SDC-4352
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I4dc65a341445e38a33bfe438413b67c4c7fae098

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

index 64c66c5..0c93b1d 100644 (file)
@@ -1976,7 +1976,7 @@ public class ComponentInstanceBusinessLogic extends BaseBusinessLogic {
             for (ComponentInstanceProperty property : properties) {
                 validateMandatoryFields(property);
                 validatePropertyExistsOnComponent(property, containerComponent, foundResourceInstance);
-                validatePropertyConstraintsNotChanged(properties, foundResourceInstance);
+                // validatePropertyConstraintsNotChanged(properties, foundResourceInstance);
                 String propertyParentUniqueId = property.getParentUniqueId();
                 if (property.isToscaFunction()) {
                     toscaFunctionValidator.validate(property, containerComponent);