mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Remove addToDepartmentList method and ensure items added via search dialog are always processed as mandatory remission items (ReturnItem) instead of department suggestions (ReturnSuggestion). This prevents items from being incorrectly added to department overflow lists when remission is already started, maintaining data consistency in the WBS system. Changes: - Remove addToDepartmentList method from RemissionSearchService - Update remitItems to use mandatory list type for add-item flow - Simplify addToRemiList to only use mandatory remission endpoint - Add addItemFlow parameter to control remission list type behavior Refs: #4768, #5273, #5280