From 1cdc023427cebe66ceb55382eb5316524e04b478 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 Apr 2012 13:17:22 +0200 Subject: [PATCH] Propagate URI parameters --- src/root/jobset-eval.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/root/jobset-eval.tt b/src/root/jobset-eval.tt index bec9fd79..1a41cbab 100644 --- a/src/root/jobset-eval.tt +++ b/src/root/jobset-eval.tt @@ -15,8 +15,8 @@ c.uri_for(c.controller('JobsetEval').action_for('view'), [% size = builds.size; max = full ? size : 30; %] [% INCLUDE renderBuildListBody builds=builds.slice(0, (size > max ? max : size) - 1) hideProjectName=1 hideJobsetName=1 %] - [% IF size > max %] - ([% size - max %] more builds omitted) + [% IF size > max; params = c.req.params; params.full = 1 %] + ([% size - max %] more builds omitted) [% END %] [% END %] @@ -42,8 +42,8 @@ c.uri_for(c.controller('JobsetEval').action_for('view'), [% j.system %] [%- END -%] - [% IF size > max %] - ([% size - max %] more jobs omitted) + [% IF size > max; params = c.req.params; params.full = 1 %] + ([% size - max %] more jobs omitted) [% END %] [% END %]