Fix Et2Link always opening in the same popup

This commit is contained in:
nathan 2023-04-25 09:54:05 -06:00
parent 7a75f50362
commit 12e42d6396

View File

@ -295,7 +295,7 @@ export class Et2Link extends ExposeMixin<Et2Widget>(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();