Fixed entity and tag pages not passing user.

This commit is contained in:
DebaucheryLibrarian 2024-03-29 04:23:36 +01:00
parent bb6a953587
commit a4043107e8
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ export async function onBeforeRender(pageContext) {
page: Number(pageContext.routeParams.page) || 1,
limit: Number(pageContext.urlParsed.search.limit) || 30,
aggregate: true,
}),
}, pageContext.user),
]);
const {

View File

@ -18,7 +18,7 @@ export async function onBeforeRender(pageContext) {
page: Number(pageContext.routeParams.page) || 1,
limit: Number(pageContext.urlParsed.search.limit) || 30,
aggregate: true,
}),
}, pageContext.user),
]);
const {

2
static

@ -1 +1 @@
Subproject commit 826861601ee96218504c71526080b6b2ca815dc3
Subproject commit 31759c4a58d789bf6cfa7c96cdae32af42bdf86c