Fix interface name and operation not being disabled on edit 60/129660/1
authorJvD_Ericsson <jeff.van.dam@est.tech>
Tue, 21 Jun 2022 13:32:34 +0000 (14:32 +0100)
committerJeff van Dam <jeff.van.dam@est.tech>
Tue, 21 Jun 2022 15:06:06 +0000 (15:06 +0000)
Issue-ID: SDC-4059
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Ic52ad385c76595280a9c8f726e6285f2933d07fb

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
             }
         );