diff options
author | JvD_Ericsson <jeff.van.dam@est.tech> | 2022-06-21 14:32:34 +0100 |
---|---|---|
committer | Jeff van Dam <jeff.van.dam@est.tech> | 2022-06-21 15:06:06 +0000 |
commit | 9cbed7bdd05b0bad6814bd3eb1b43562387d4fd7 (patch) | |
tree | 4a2b5b85243d5389cb64e149f5c9b7d8eb3ae6a6 | |
parent | 664450db1c0aa36262557eced817862d77f758ee (diff) |
Fix interface name and operation not being disabled on edit
Issue-ID: SDC-4059
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Ic52ad385c76595280a9c8f726e6285f2933d07fb
-rw-r--r-- | catalog-ui/src/app/ng2/pages/composition/interface-operatons/interface-operations.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/ng2/pages/composition/interface-operatons/interface-operations.component.ts b/catalog-ui/src/app/ng2/pages/composition/interface-operatons/interface-operations.component.ts index 6135c305f3..2a0dcd2182 100644 --- a/catalog-ui/src/app/ng2/pages/composition/interface-operatons/interface-operations.component.ts +++ b/catalog-ui/src/app/ng2/pages/composition/interface-operatons/interface-operations.component.ts @@ -244,6 +244,7 @@ export class InterfaceOperationsComponent { selectedInterfaceOperation: operation ? operation : new InterfaceOperationModel(), validityChangedCallback: this.enableOrDisableSaveButton, isViewOnly: this.isViewOnly, + isEdit: true, modelName: this.componentMetaData.model } ); |