Et2Link: Fix projectmanager did not open in pm tab

Broken by 12e42d6
This commit is contained in:
nathan 2023-05-01 10:28:36 -06:00
parent 2fc44da034
commit 5cb6415fef

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.extraLinkTarget, this.targetApp || this.app);
}, this.dataset), "", this.linkHook, this.dataset.extra_args, this.extraLinkTarget || this.app, this.targetApp || this.app);
}
_ev.stopImmediatePropagation();