From 32d8a1dba11780a622b337e77830f9095f0767ee Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Mon, 29 May 2023 09:48:42 +0100 Subject: Fix various bugs related to tosca custom functions Issue-ID: SDC-4512 Signed-off-by: JvD_Ericsson Change-Id: Ia501b124ddf0c77c97ca0c14bbaa18be39b8f631 --- .../tosca-custom-function/tosca-custom-function.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function') diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.ts b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.ts index 35f1649ec6..ad72adad22 100644 --- a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.ts +++ b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.ts @@ -80,7 +80,7 @@ export class ToscaCustomFunctionComponent implements OnInit { this.parameters = []; } this.fillVariables(); - if (this.name && this.isDefaultCustomFunction) { + if (this.name) { this.customFunctionFormName.setValue(this.name); this.emitOnValidityChange(); } else { -- cgit 1.2.3-korg