From 97596c3e93b5a7f982ec263649f6d0aa129eac7c Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sun, 9 Jan 2022 09:45:46 -0500 Subject: [PATCH] buildListColumns: remove project, jobset. --- src/lib/Hydra/Helper/CatalystUtils.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/Hydra/Helper/CatalystUtils.pm b/src/lib/Hydra/Helper/CatalystUtils.pm index 1ae61684..2a2ad86f 100644 --- a/src/lib/Hydra/Helper/CatalystUtils.pm +++ b/src/lib/Hydra/Helper/CatalystUtils.pm @@ -33,8 +33,7 @@ our @EXPORT = qw( # Columns from the Builds table needed to render build lists. -Readonly::Array our @buildListColumns => ('id', 'finished', 'timestamp', 'stoptime', 'project', 'jobset', 'jobset_id', 'job', 'nixname', 'system', 'buildstatus', 'releasename'); - +Readonly::Array our @buildListColumns => ('id', 'finished', 'timestamp', 'stoptime', 'jobset_id', 'job', 'nixname', 'system', 'buildstatus', 'releasename'); sub getBuild { my ($c, $id) = @_;