From 11589fc8a2b4cce922465f94f3e90a7175f4845f Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 25 Apr 2023 09:54:05 -0600 Subject: [PATCH] Fix Et2Link always opening in the same popup --- api/js/etemplate/Et2Link/Et2Link.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();