mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(remission): remove Koerperlos remission list type Remove the 'Körperlose Remi' option from remission list types as it's no longer needed. This simplifies the remission type selection by: - Removing Koerperlos from RemissionListType constant - Eliminating disabled state logic in dropdown component - Removing special handling in changeRemissionType method - Fixing label text from 'Abteilungen' to 'Abteilung' for consistency The dropdown now only shows the two active remission types: Pflichtremission and Abteilungsremission. Ref: #5303