You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
When selecting the first 2 RouteStopPatterns, it works as it should, selecting and unselecting the RSP with the radio buttons, but as soon as the last one is selected and shown, it stops working and the console shows TypeError: this.store.peekRecord(...) is null whenver a radio button is pressed.
Example URL of the problem: https://tpp.pt/explorador/#/route-stop-patterns?bbox=-8.778762817382812%2C41.05864414643029%2C-8.461189270019531%2C41.221018745822505&traversed_by=r-ez3f-801
When selecting the first 2 RouteStopPatterns, it works as it should, selecting and unselecting the RSP with the radio buttons, but as soon as the last one is selected and shown, it stops working and the console shows
TypeError: this.store.peekRecord(...) is null
whenver a radio button is pressed.The function where the problem occurs is here https://github.com/tpportugal/tpp_explorador/blob/c9ee92966c7586d290e506a8de97aab1c65e31a0/app/route-stop-patterns/controller.js#L92
The text was updated successfully, but these errors were encountered: