Improvements and Bug Fixes

Improvements and fixes for TP6 21.32.0.0 released on October, 7 2024.

PASS-Web G3

  • Fixed a crash issue that was occurring in the processing of PassBookingValidation services. This occurred when the PassBookingTimesWindow called PassBookingValidation more than once simultaneously. The section didn’t have locks in v17 and due to multiple threads accessing and modifying of the memory, created a conflict and caused the crash.

  • When attempting to book a trip for the current day, booking times for two-day advance bookings were not displaying. Only the schedule after midnight of the first day was displaying.

  • Fixed an issue where after unchecking the Modify Password checkbox, the Update button remained zoomed in and did not return to its default state.

  • Fixed an issue where two scroll bars appeared after selecting the Modify Password checkbox in the My Profile dialog box.

  • Fixed an issue where the Announcements dialog box on the Login page did not show any messages if no announcements existed. Also, errors were thrown in the Dev Console.

  • Fixed an issue where when booking a return or chained trip, the date was restricted to the original booking, or past booking. This issue was due to calls to PassBookingTimesWindow being made despite the data already being fetched from previous calls. Now, a call to PassBookingTimesWindow will be made if the first booking time is different from the already fetched data.

  • Fixed an issue where validation errors were displayed on a Book Trip form, even though the Reset Form button was clicked and the form was successfully cleared.

  • Fixed an issue where the Activate Account page title was not displaying. Activate Account page can be displayed when an enrolled user clicks on the activation link through the sent email.

  • Fixed an issue where a submit request for a password reset was not possible due to a Captcha error.

  • Fixed an issue where forward slashes in Cancellation Reason displayed as Unicode Hex in the TrackerActionLog Browser.

PASS Notifications

  • Improvement was made where notifications were not attempted if the destination address was empty.

PassInfoServer

  • Fixed an issue where pickup and dropoff addresses didn’t populate when selecting to re-book a past trip, when the past trip was filtered From PassGetClientTripsResponse by an expression.

  • Fixed an issue where BookingSubtypeExpression was not working for regular bookings.