From 13c03a2770f0eb6a138a4a051866ed455efdfd3c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 18 Nov 2019 15:16:24 +0100 Subject: [PATCH] Bug 22784: Do not display an empty table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is terrible and highlight that the whole script must be rewrite. GetDistinctValues does not handle the "archived" flag (and we do not want to put our hands there), so let's hack that and plan to rewrite the whole script. Signed-off-by: Séverine QUEUNE Signed-off-by: Kelly McElligott --- suggestion/suggestion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 3ec2e2b63f..1888a0dccd 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -371,7 +371,7 @@ if ($op=~/else/) { "suggestionscount"=>scalar(@$suggestions), 'suggestions_loop'=>$suggestions, 'reasonsloop' => $reasonsloop, - }; + } if @$suggestions; delete $$suggestion_ref{$displayby} unless $definedvalue; } -- 2.11.0