Support a custom yaml value in tosca function
[sdc.git] / catalog-ui / src / app / ng2 / pages / properties-assignment / services / properties.utils.ts
index 70c9303..8e9be8b 100644 (file)
@@ -55,7 +55,7 @@ export class PropertiesUtils {
                     newFEProp.updateExpandedChildPropertyId(newFEProp.name); //display only the first level of children
                     this.dataTypeService.checkForCustomBehavior(newFEProp);
 
-                    if (newFEProp.isToscaGetFunction()) {
+                    if (newFEProp.isToscaFunction()) {
                         return;
                     }
                     //if this prop (or any children) are declared, set isDeclared and disable checkbox on parents/children