Fixed entity and tag pages not passing user.

This commit is contained in:
2024-03-29 04:23:36 +01:00
parent bb6a953587
commit a4043107e8
3 changed files with 3 additions and 3 deletions
@@ -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 {
+1 -1
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 {
+1 -1
Submodule static updated: 826861601e...31759c4a58