Unverified Commit 983f0cee authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Adjust handle_no_results for EFA 3.10

parent a259e0e8
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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,
			);