From 85b3cc34218c0ac6eb22eb766ca91aabfef22b30 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Tue, 10 Mar 2026 11:50:25 +0100 Subject: [PATCH] fix(company-profile): CE-Kennzeichnung und Pruefzyklus entfernen CE-Kennzeichnung aus Zertifizierungsliste entfernt und den Pruefzyklus- Abschnitt aus dem Legal-Framework-Step entfernt, da beides nicht relevant. Co-Authored-By: Claude Opus 4.6 --- .../app/sdk/company-profile/page.tsx | 31 ------------------- 1 file changed, 31 deletions(-) diff --git a/admin-compliance/app/sdk/company-profile/page.tsx b/admin-compliance/app/sdk/company-profile/page.tsx index 7ac5177..9c58cef 100644 --- a/admin-compliance/app/sdk/company-profile/page.tsx +++ b/admin-compliance/app/sdk/company-profile/page.tsx @@ -1705,7 +1705,6 @@ const CERTIFICATIONS = [ { id: 'bsi_grundschutz', label: 'BSI IT-Grundschutz', desc: 'IT-Grundschutz-Zertifikat oder Testat' }, { id: 'pci_dss', label: 'PCI DSS', desc: 'Payment Card Industry Data Security Standard' }, { id: 'hipaa', label: 'HIPAA', desc: 'Health Insurance Portability and Accountability Act' }, - { id: 'ce_marking', label: 'CE-Kennzeichnung', desc: 'EU-Konformitaetskennzeichnung fuer Produkte' }, { id: 'other', label: 'Sonstige', desc: 'Andere Zertifizierungen' }, ] @@ -1880,36 +1879,6 @@ function StepLegalFramework({ )} - {/* Pruefzyklus */} -
- -
- {[ - { value: 3, label: 'Vierteljaehrlich', desc: '3 Monate' }, - { value: 6, label: 'Halbjaehrlich', desc: '6 Monate' }, - { value: 12, label: 'Jaehrlich', desc: '12 Monate' }, - { value: 24, label: 'Zweijaehrlich', desc: '24 Monate' }, - ].map(opt => { - const selected = ((data as any).reviewCycleMonths || 12) === opt.value - return ( - - ) - })} -
-
- {/* Technical Contacts */}