VSN-1962 : Integrating the prepared passenger update functionality.
Prepared Passenger Update Logic and UI Adjustments
1. Store and Update Processing
Refactor: Prepared Passenger Store
- Renamed the prepared passenger update function to avoid conflict with the existing validated passenger update method.
Feature: Prepared Passenger Update
- Added the API call responsible for updating a prepared passenger.
- Triggered a data reload after a successful update to keep the interface consistent with backend changes.
2. UI Actions and Validation
Feature: Single Validation Action
- Introduced a dedicated validation action within each prepared passenger's action column, ensuring clearer and more explicit UI behavior.
Feature: Amendment Test Correction
- Adjusted test logic so that amendment attachment checks apply exclusively to validated passengers during update operations.
3. Environment Configuration
Feature: Remote Gateway Context Path
- Added and updated the gateway context path to target the remote environment.
Closes VSN-1962