diff --git a/src/lib/Hydra/Controller/Jobset.pm b/src/lib/Hydra/Controller/Jobset.pm index d4a0eb5f..92bede32 100644 --- a/src/lib/Hydra/Controller/Jobset.pm +++ b/src/lib/Hydra/Controller/Jobset.pm @@ -160,8 +160,7 @@ sub channels_tab : Chained('jobsetChain') PathPart('channels-tab') Args(0) { foreach my $eval (@evals) { my @builds = $eval->builds->search( - { 'buildproducts.type' => 'file' - , 'buildproducts.subtype' => 'channel' }, + { 'buildproducts.type' => 'channel' }, { join => ["buildproducts"] , columns => ['id', 'job', 'finished', 'buildstatus'] } ); diff --git a/src/root/product-list.tt b/src/root/product-list.tt index 498818c2..5eef9640 100644 --- a/src/root/product-list.tt +++ b/src/root/product-list.tt @@ -115,8 +115,19 @@ + [% END %] - [% END %] + [% CASE "channel" %] + +