diff --git a/api/js/etemplate/Et2Link/Et2Link.ts b/api/js/etemplate/Et2Link/Et2Link.ts index e48c88fd13..872f3c5146 100644 --- a/api/js/etemplate/Et2Link/Et2Link.ts +++ b/api/js/etemplate/Et2Link/Et2Link.ts @@ -295,7 +295,7 @@ export class Et2Link extends ExposeMixin(Et2Widget(LitElement)) imple this.egw().open(Object.assign({ app: this.app, id: this.entryId - }, this.dataset), "", this.linkHook, this.dataset.extra_args, this.targetApp || this.app, this.targetApp); + }, this.dataset), "", this.linkHook, this.dataset.extra_args, this.extraLinkTarget, this.targetApp || this.app); } _ev.stopImmediatePropagation();