Fix map entry deletion in inputs of map<complex>
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / interface-operatons / operation-creator / input-list / input-list-item / input-list-item.component.html
index 0449da7..47e50b0 100644 (file)
@@ -50,6 +50,7 @@
               [schema]="property.schema"
               [nestingLevel]="nestingLevel + 1"
               [isViewOnly]="isViewOnly"
+              [allowDeletion]="allowDeletion"
               (onValueChange)="onPropertyValueChange($event)">
           </app-input-list-item>
         </ng-container>
@@ -76,6 +77,7 @@
             [listIndex]="i"
             [isListChild]="true"
             [isViewOnly]="isViewOnly"
+            [allowDeletion]="allowDeletion"
             (onValueChange)="onPropertyValueChange($event)"
             (onChildListItemDelete)="onListItemDelete($event)">
         </app-input-list-item>
             [isMapChild]="true"
             [nestingLevel]="nestingLevel + 1"
             [isViewOnly]="isViewOnly"
+            [allowDeletion]="allowDeletion"
             (onValueChange)="onPropertyValueChange($event)"
             (onDelete)="onMapKeyDelete($event)">
         </app-input-list-item>