mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(remission-list): auto-select single search result when remission started Enhance search result handling to automatically select items when only one result is found during an active remission. This improves user workflow by eliminating the extra click required to select obvious single results. - Add preselectRemissionItem method to handle automatic selection - Update emptySearchResultEffect to handle single hit scenario - Clear selected items at start of effect to prevent stale selections - Only auto-select if item has available stock and can be remitted - Improve effect documentation with detailed behavior explanation Ref: #5338