Added quick alert buttons to entity and tag headers.

This commit is contained in:
2025-03-09 06:00:18 +01:00
parent 61ed171c9d
commit c6c4dcad7c
9 changed files with 118 additions and 61 deletions

View File

@@ -47,7 +47,7 @@ export async function onBeforeRender(pageContext) {
[entity],
entityReleases,
] = await Promise.all([
fetchEntitiesById([Number(entityId)], { includeChildren: true }),
fetchEntitiesById([Number(entityId)], { includeChildren: true }, pageContext.user),
fetchReleases(pageContext, entityId),
]);