From 255d4a91bcb283513369e2c6f0d7a9b2608d4c1f Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Wed, 8 Sep 2021 23:23:29 +0200 Subject: [PATCH] jobset-eval: pass `full` parameter to "Compare to..." When I take a look at *all* failing builds (by clicking at `[...] more jobs omitted`) and I try to compare the failures to another jobset, I'd like to still view *all* failing builds in the compare-view. This wasn't the case before since the `full=`-param was ignored by the compare-buttons. --- 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 e2702310..d6f2b6d1 100644 --- a/src/root/jobset-eval.tt +++ b/src/root/jobset-eval.tt @@ -6,13 +6,13 @@