diff --git a/src/root/common.tt b/src/root/common.tt index 6a8b576c..f1b1d9cb 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -374,7 +374,7 @@ BLOCK renderShortEvalInput; [% ELSIF input.type == "git" %] [% input.revision.substr(0, 7) %] [% ELSIF input.type == "build" || input.type == "sysbuild" %] - [% input.dependency.id %] + [% input.get_column('dependency') %] [% ELSE %] [% input.revision %] [% END;