Eiffel - Patch 13 (19.3.14)
Release Summary
Kaptio is proud to announce a new patch Release for Eiffel. This release is intended to add improvements to previous Eiffel Releases
See Bug Fixes amd Minor Changes for more details on these specific changes.
Bug Fixes
Feature: Itinerary Builder
Do not refresh itinerary page after exiting PNR Import app (Console navigation) (KT-11769)
We fixed an issue causing the Itinerary page to refresh after closing the PNR import app. This would cause unsaved Itinerary detail to be lost. Now, the Itinerary will not refresh.
Related Support Ticket: KHELP-11389
API set as optional returns a "Component error" when refreshed (KT-11770)
We fixed an issue where any booking action (Confirm, Cancel, Refresh, etc.) would throw an A Component Error has occurred error notification when to LwcItineraryBookServicesLine was set to Optional. This was caused by a missing labels.custom.IsOptional variable, which has now been re-added.
Related Support Ticket: KHELP-11390