Fix tasks page permissions handling

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-31 11:21:27 +01:00
committed by Bryan Frimin
parent e46a11001a
commit 21353f35e7
12 changed files with 643 additions and 409 deletions

View File

@@ -19,6 +19,7 @@ export const trustCenterQuery = graphql`
ndaFileUrl
createdAt
updatedAt
canUpdate: permission(action: "core:trust-center:update")
references(
first: 100
orderBy: { field: CREATED_AT, direction: DESC }