Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression error in passThroughPoints in the Transmodel API #6162

Merged
merged 1 commit into from
Oct 17, 2024

Commits on Oct 16, 2024

  1. Fix: Regression error in passThroughPoints in the Transmodel API

    The list of ids inside passThroughPoints is allowed to be empty or null. We cannot
    change this - that would be a breaking change. So, when the via search enforced this,
    the API was not backward compatible anymore. This commit reverts the behavior and
    just ignores the passThroughPoints if the list of ids is null or empty. This bug was
     introduced in PR opentripplanner#6084.
    t2gran committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1b8da58 View commit details
    Browse the repository at this point in the history