WSDOT / wsdot-website

Codebase for WSDOT's public Drupal 7 website hosted on Acquia.
0 stars 4 forks source link

Ferries "Select Route" drop-down needs to pass "schedrouteid" parameter #593

Closed waynedyck closed 2 years ago

waynedyck commented 2 years ago

Currently the form only passes the route parameter to the https://www.wsdot.com/Ferries/Schedule/scheduledetailbyroute.aspx URL.

When Ferries activates alternate schedules their system switches to including the route's specific SchedRouteID along with the route to differentiate it from the regular route schedule.

Example: https://www.wsdot.com/Ferries/Schedule/scheduledetailbyroute.aspx?route=ana-sj-sid https://www.wsdot.com/Ferries/Schedule/scheduledetailbyroute.aspx?schedrouteid=2086&route=ana-sj-sid

waynedyck commented 2 years ago

See commit 8f7a71cd0b4e3a00257cbfb41217ef756aacdbda for detailed explanation of changes.