die AG-Übersicht bekommt die gleiche Dropdown-Auswahl wie mobil statt Horizontal-Scroll, und ich räume die Umlaut-Geschichte sauber auf, damit wir wieder normales UTF-8 im Code haben statt dieser ASCII-Ausweichmanöver.
All checks were successful
CI / Build (push) Successful in 1m20s
CI / Deploy (push) Successful in 1m4s

This commit is contained in:
Jan
2026-04-13 13:22:34 +02:00
parent 859442a3c1
commit 700e677c45
15 changed files with 64 additions and 70 deletions

View File

@@ -99,7 +99,7 @@ export async function DELETE(_: Request, { params }: Context) {
}
if (!canManageBudgets(viewer.role)) {
return NextResponse.json({ error: "Nur Vorstand oder Finanz-AG duerfen Budgets loeschen." }, { status: 403 });
return NextResponse.json({ error: "Nur Vorstand oder Finanz-AG dürfen Budgets löschen." }, { status: 403 });
}
const budget = await prisma.budget.findUnique({