Loading lib/DBInfoscreen/Controller/Stationboard.pm +5 −3 Original line number Diff line number Diff line Loading @@ -54,7 +54,9 @@ sub handle_no_results { if ( $errstr =~ m{ambiguous} and $efa->name_candidates ) { $self->render( 'landingpage', stationlist => [ $efa->name_candidates ], stationlist => [ map { [ $_->full_name, $_->id_num ] } $efa->name_candidates ], hide_opts => 0, status => $data->{status} // 300, ); Loading Loading
lib/DBInfoscreen/Controller/Stationboard.pm +5 −3 Original line number Diff line number Diff line Loading @@ -54,7 +54,9 @@ sub handle_no_results { if ( $errstr =~ m{ambiguous} and $efa->name_candidates ) { $self->render( 'landingpage', stationlist => [ $efa->name_candidates ], stationlist => [ map { [ $_->full_name, $_->id_num ] } $efa->name_candidates ], hide_opts => 0, status => $data->{status} // 300, ); Loading