From ab0ed453fa1743b62dc813d7b528475e619cc7be Mon Sep 17 00:00:00 2001 From: CCS Admin Date: Tue, 24 Feb 2026 10:50:42 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20rename=20Faelle=20to=20F=C3=A4lle=20in?= =?UTF-8?q?=20sidebar,=20add=20KVNR=20column=20to=20cases=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/layout/Sidebar.tsx | 2 +- frontend/src/pages/CasesPage.tsx | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx index 0351154..9a15b9e 100644 --- a/frontend/src/components/layout/Sidebar.tsx +++ b/frontend/src/components/layout/Sidebar.tsx @@ -24,7 +24,7 @@ interface NavItem { const mainNavItems: NavItem[] = [ { label: 'Dashboard', to: '/dashboard', icon: LayoutDashboard }, - { label: 'Faelle', to: '/cases', icon: FolderOpen }, + { label: 'Fälle', to: '/cases', icon: FolderOpen }, { label: 'Import', to: '/import', icon: Upload, adminOnly: true }, { label: 'ICD-Eingabe', to: '/icd', icon: FileEdit, mitarbeiterOnly: true }, { label: 'Coding', to: '/coding', icon: ClipboardCheck, adminOnly: true }, diff --git a/frontend/src/pages/CasesPage.tsx b/frontend/src/pages/CasesPage.tsx index f4e6c8f..1a541a4 100644 --- a/frontend/src/pages/CasesPage.tsx +++ b/frontend/src/pages/CasesPage.tsx @@ -192,6 +192,7 @@ export function CasesPage({ pendingIcdOnly = false }: CasesPageProps) { Datum Nachname Vorname + KVNR Fallgruppe ICD Gutachten @@ -211,6 +212,9 @@ export function CasesPage({ pendingIcdOnly = false }: CasesPageProps) { {formatDate(c.datum)} {c.nachname} {c.vorname || '-'} + + {c.kvnr || '-'} + {FALLGRUPPEN_LABELS[c.fallgruppe] || c.fallgruppe}