Skip to content

storedRoute: Fix searching for recent routes

James Westman requested to merge jwestman/gnome-maps:fix-route-search into gnome-45

During the ES6 migration, the storedRoute code was changed such that the super constructor was called before the route's name was calculated, so it was never applied. Fixed by setting the property directly, after construction.

Merge request reports