mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(shared-filter): add canApply input to filter input menu components Add canApply input parameter to FilterInputMenuButtonComponent and FilterInputMenuComponent to control when filter actions can be applied. Update RemissionListDepartmentElementsComponent to use canApply flag and implement rollback functionality when filter menu is closed without applying changes. - Add canApply input to FilterInputMenuButtonComponent with default false - Pass canApply parameter through to FilterInputMenuComponent - Update remission department filter to use canApply=true - Implement rollbackFilterInput method for filter state management - Change selectedDepartments to selectedDepartment for single selection - Update capacity resource to work with single department selection Ref: #5320