mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
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
This commit is contained in:
parent
bfa2477f5b
commit
da2db8ccc0
@ -172,7 +172,6 @@ export class Et2Link extends ExposeMixin<Et2Widget>(Et2Widget(LitElement)) imple
|
||||
{
|
||||
if(!_value)
|
||||
{
|
||||
this.app = "";
|
||||
this.entryId = "";
|
||||
this.title = "";
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user