fs
6ac685084d
Feature: Security Level mit Notiz für Domains
Implementiert ein Dialog-basiertes UI zum Bearbeiten des Security Levels
mit optionaler Notiz-Funktion für Helpdesk-Domains.
Backend:
- DomainSecurityLevelRepository: CRUD für security_levels mit note-Spalte
- DomainSecurityLevelService: Business-Logik mit Batch-Enrichment
- security-level-data() Endpoint: AJAX + Full-Page POST mit CSRF
- Migration 010: note TEXT-Spalte hinzugefügt
- Bugfix: findByTenantAndDomainNo gibt null bei leerem Array zurück
Frontend (Domain-Liste):
- Badge in Grid klickbar → öffnet Modal-Dialog
- Dialog mit Level-Select + Notiz-Textarea
- AJAX-Save mit Live-Badge-Update ohne Reload
- Event-Delegation für dynamische Grid-Inhalte
Frontend (Domain-Detail):
- Notiz-Feld im Security-Level-Formular
- PRG-Pattern mit Flash-Messages
Core:
- app-http.js: DEFAULT_HEADERS auf XMLHttpRequest für CSRF-Kompatibilität
i18n:
- Keys: Priority, Note, Optional note, Security level updated
Tests:
- DomainSecurityLevelServiceTest: CRUD + Batch-Enrichment
2026-04-21 13:43:16 +02:00
..
2026-04-14 12:54:20 +02:00
2026-04-06 10:29:59 +02:00
2026-04-13 15:16:57 +02:00
2026-04-14 12:54:20 +02:00
2026-04-06 10:29:59 +02:00
2026-04-16 13:21:24 +02:00
2026-04-21 13:43:16 +02:00
2026-04-06 10:29:59 +02:00
2026-04-16 13:21:12 +02:00
2026-04-16 13:21:12 +02:00
2026-04-13 19:28:07 +02:00
2026-04-04 18:34:03 +02:00
2026-04-13 19:28:07 +02:00
2026-04-06 00:55:41 +02:00
2026-04-15 18:08:12 +02:00
2026-04-16 13:21:12 +02:00
2026-04-04 18:34:03 +02:00
2026-04-14 12:54:20 +02:00
2026-04-16 13:21:40 +02:00