v1.2.2: Fix Nominatim CSP, Tenant Admin kann eigene Symbole hochladen

This commit is contained in:
Pepe Ziberi
2026-02-24 22:43:05 +01:00
parent f480905bb9
commit 8ddeb7b377
5 changed files with 21 additions and 18 deletions

View File

@@ -32,7 +32,7 @@ export async function GET() {
icons: {
where: user?.tenantId
? { isActive: true, OR: [{ tenantId: null }, { tenantId: user.tenantId }] }
: { isActive: true },
: { isActive: true, tenantId: null },
orderBy: { name: 'asc' },
},
},