web/admin: fix role changelog missing primary key filter (#12671)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2025-01-14 15:56:03 +01:00
committed by GitHub
parent 7a4293bf17
commit 09931bcbc2

View File

@ -121,7 +121,7 @@ export class RoleViewPage extends AKElement {
<div class="pf-c-card__title">${msg("Changelog")}</div> <div class="pf-c-card__title">${msg("Changelog")}</div>
<div class="pf-c-card__body"> <div class="pf-c-card__body">
<ak-object-changelog <ak-object-changelog
targetModelPk=${this.roleId} targetModelPk=${this._role.pk}
targetModelApp="authentik_rbac" targetModelApp="authentik_rbac"
targetModelName="role" targetModelName="role"
> >