a51c4c4cbe
Release Inventarsystem / release-docker (push) Successful in 2m20s
- Fixed incorrect form field key (`action_type` -> `action`) in admin route. - Switched to MongoDB `$unset` to completely remove damage fields (`HasDamage`, `DamageText`, etc.) from the items collection instead of just setting them to false. - Added cleanup logic to `$unset` damage flags from related active loans in the `borrowings` collection. - Ensures repaired/replaced items correctly disappear from the damaged items UI.