mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
hotfix(return-summary): disable navigation during return processing Replace Router navigation with Location.back() for better UX and add disabled states to prevent user actions during pending operations. Changes: - Replace navigateBack() method with direct Location.back() calls - Add returnItemsAndPrintReciptPending input to ReturnSummaryItemComponent - Disable edit and back buttons when return operation is pending - Update parent component to pass pending state to child components - Fix template binding to use computed pending status signal This prevents users from navigating away during critical return operations and provides consistent disabled states across the UI. Ref: #5257