From da2db8ccc00e9cc25997251cad9f68e53404905b Mon Sep 17 00:00:00 2001 From: ralf Date: Fri, 19 Aug 2022 09:54:56 +0200 Subject: [PATCH] fix not working contacts in calls list caused by first set empty value overwriting/removing the this.app, which is no longer available when the real value/id is set --- api/js/etemplate/Et2Link/Et2Link.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/js/etemplate/Et2Link/Et2Link.ts b/api/js/etemplate/Et2Link/Et2Link.ts index 5e443ae949..9110cb3e2e 100644 --- a/api/js/etemplate/Et2Link/Et2Link.ts +++ b/api/js/etemplate/Et2Link/Et2Link.ts @@ -172,7 +172,6 @@ export class Et2Link extends ExposeMixin(Et2Widget(LitElement)) imple { if(!_value) { - this.app = ""; this.entryId = ""; this.title = ""; return;