mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix Et2Link always opening in the same popup
This commit is contained in:
parent
7a75f50362
commit
12e42d6396
@ -295,7 +295,7 @@ export class Et2Link extends ExposeMixin<Et2Widget>(Et2Widget(LitElement)) imple
|
|||||||
this.egw().open(Object.assign({
|
this.egw().open(Object.assign({
|
||||||
app: this.app,
|
app: this.app,
|
||||||
id: this.entryId
|
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();
|
_ev.stopImmediatePropagation();
|
||||||
|
Loading…
Reference in New Issue
Block a user