Fix unable to set tosca function on complex type on input operation
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / interface-operatons / operation-creator / input-list / input-list-item / input-list-item.component.html
index 88a4d6b..c67563e 100644 (file)
                 [isViewOnly]="isViewOnly"
                 [showToscaFunctionOption]="showToscaFunctionOption"
                 [allowDeletion]="allowDeletion"
+                [componentInstanceMap]="componentInstanceMap"
                 (onValueChange)="onPropertyValueChange($event)">
             </app-input-list-item>
           </ng-container>
               [isListChild]="true"
               [isViewOnly]="isViewOnly"
               [allowDeletion]="allowDeletion"
+              [componentInstanceMap]="componentInstanceMap"
               (onValueChange)="onPropertyValueChange($event)"
               (onChildListItemDelete)="onListItemDelete($event)">
           </app-input-list-item>
               [nestingLevel]="nestingLevel + 1"
               [isViewOnly]="isViewOnly"
               [allowDeletion]="allowDeletion"
+              [componentInstanceMap]="componentInstanceMap"
               (onValueChange)="onPropertyValueChange($event)"
               (onDelete)="onMapKeyDelete($event)">
           </app-input-list-item>