Commit fa94447f authored by Daniel Friesel's avatar Daniel Friesel
Browse files

only show important HIM messages

parent df74dd5c
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -1072,6 +1072,7 @@ sub startup {

					my @messages;
					for my $m ( $journey->messages ) {
						if ( not $m->code ) {
							push(
								@messages,
								{
@@ -1080,6 +1081,7 @@ sub startup {
								}
							);
						}
					}

					$self->in_transit->set_route_data(
						uid            => $uid,