From: andre.schmid Date: Thu, 9 Jun 2022 20:33:35 +0000 (+0100) Subject: Fix TOSCA function persistent not found message X-Git-Tag: 1.11.5~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F129588%2F3;p=sdc.git Fix TOSCA function persistent not found message Fixes input/property not found message that remains on the TOSCA function modal even after the TOSCA function dropdown is changed. Change-Id: I6d8c622c462a33786847b857186dae2ba213354e Issue-ID: SDC-4042 Signed-off-by: andre.schmid --- diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.ts b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.ts index e44c29fc5c..2d03732723 100644 --- a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.ts +++ b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.ts @@ -164,6 +164,7 @@ export class ToscaFunctionComponent implements OnInit { onToscaFunctionChange(): void { this.resetPropertySource(); + this.resetPropertyDropdown(); if (this.isGetInputSelected()) { this.setSelfPropertySource(); this.loadPropertyDropdown();