From cad7f255682f5e0c3b1f59610b053dbeeabdc09b Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 24 Mar 2025 17:32:54 +0100 Subject: [PATCH] checkin: hide details for DBRIS (links don't work yet) --- templates/_checked_in.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index a5611e95..2302a774 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -327,7 +327,7 @@ % if (@{stash('timeline') // []}) { %= include '_timeline_link', timeline => stash('timeline'), from_checkin => 1 % } - % if ($journey->{arr_name}) { + % if ($journey->{arr_name} and not $journey->{is_dbris}) {
Details -- GitLab