Support for concat TOSCA function
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / jsonjanusgraph / operations / GroupsOperation.java
index d20d2af..d346d93 100644 (file)
@@ -313,8 +313,7 @@ public class GroupsOperation extends BaseOperation {
                 Optional<PropertyDataDefinition> currentProp = properties.stream().filter(p -> p.getName().equals(np.getName())).findAny();
                 if (currentProp.isPresent()) {
                     currentProp.get().setValue(np.getValue());
-                    currentProp.get().setToscaGetFunction(np.getToscaGetFunction());
-                    currentProp.get().setToscaGetFunctionType(np.getToscaGetFunctionType());
+                    currentProp.get().setToscaFunction(np.getToscaFunction());
                 }
             });
             updateVersion(promoteMinorVersion, group);