Skip to content

#590 Fix crash because of missing arrival or departure place

Martin Duvanel requested to merge 3.11/590_journey_planner_crash into 3.11/sprint

Failure condition in _setFromParametersMap() should throw an exception, not return. Otherwise run() method will be executed anyway.

Merge request reports