From 55b016b62bc21c2f3b0a1ecde385b10cc474c671 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 21 Dec 2020 23:36:57 +0100 Subject: fix parameter passing (do not forward train/ajax to station requests) --- lib/DBInfoscreen/Controller/Stationboard.pm | 4 ++-- templates/_train_details.html.ep | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index 0367655..b951ed8 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -678,7 +678,7 @@ sub render_train { dt_now => DateTime->now( time_zone => 'Europe/Berlin' ), station_name => $station_name, nav_link => - $self->url_with( 'station', station => $station_name ), + $self->url_for( 'station', station => $station_name)->query({detailed => $self->param('detailed')}), ); } )->wait; @@ -1237,7 +1237,7 @@ sub handle_result { or $template eq 'multi' ), force_mobile => ( $template eq 'app' ), - nav_link => $self->url_with( 'station', station => $station_name ), + nav_link => $self->url_for( 'station', station => $station_name)->query({detailed => $self->param('detailed')}), ); } return; diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index fc77d27..57a6ca1 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -169,7 +169,7 @@