From 125dd80dd86c8b2f26fff56c1166b7a9828ce305 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 24 Mar 2015 08:38:40 +0000 Subject: [PATCH] Respect hideJobset in renderBuildListBody. --- src/root/common.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/common.tt b/src/root/common.tt index 80bb1c3d..db45daf4 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -106,7 +106,7 @@ BLOCK renderBuildListBody; [% END %] [% build.id %] [% IF !hideJobName %] - [%build.get_column("project")%]:[%build.get_column("jobset")%]:[%build.get_column("job")%] + [% IF !hideJobsetName %][%build.get_column("project")%]:[%build.get_column("jobset")%]:[% END %][%build.get_column("job")%] [% END %] [% t = showSchedulingInfo ? build.timestamp : build.stoptime; IF t; INCLUDE renderRelativeDate timestamp=(showSchedulingInfo ? build.timestamp : build.stoptime); ELSE; "-"; END %] [% !showSchedulingInfo and build.get_column('releasename') ? build.get_column('releasename') : build.nixname %]