Fix interface name and operation not being disabled on edit
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / interface-operatons / interface-operations.component.ts
index 6135c30..2a0dcd2 100644 (file)
@@ -244,6 +244,7 @@ export class InterfaceOperationsComponent {
                 selectedInterfaceOperation: operation ? operation : new InterfaceOperationModel(),
                 validityChangedCallback: this.enableOrDisableSaveButton,
                 isViewOnly: this.isViewOnly,
+                isEdit: true,
                 modelName: this.componentMetaData.model
             }
         );