Fix formatting error for operation input of complex type
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / interface-operatons / operation-creator / input-list / input-list-item / input-list-item.component.html
index 3824d75..88a4d6b 100644 (file)
                 [dataTypeMap]="dataTypeMap"
                 [valueObjRef]="valueObjRef ? valueObjRef[property.name] : undefined"
                 [schema]="property.schema"
+                [toscaFunction]="getToscaFunction(property.name)"
                 [nestingLevel]="nestingLevel + 1"
                 [isViewOnly]="isViewOnly"
                 [showToscaFunctionOption]="showToscaFunctionOption"
               [dataTypeMap]="dataTypeMap"
               [valueObjRef]="valueObjRef[i]"
               [schema]="buildSchemaGroupProperty()"
+              [toscaFunction]="getToscaFunction(i)"
               [nestingLevel]="nestingLevel + 1"
               [listIndex]="i"
               [isListChild]="true"
               [dataTypeMap]="dataTypeMap"
               [valueObjRef]="valueObjRef[key]"
               [schema]="buildSchemaGroupProperty()"
+              [toscaFunction]="getToscaFunction(key)"
               [isMapChild]="true"
               [nestingLevel]="nestingLevel + 1"
               [isViewOnly]="isViewOnly"