From 5c1e57f696a330f82231b485fe58491f537e587b Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 14 Dec 2017 15:59:44 -0500 Subject: [PATCH] RT# 74845 - fixed report to allow downloading even if there are errors. --- httemplate/search/477.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/httemplate/search/477.html b/httemplate/search/477.html index 2e9f9428e..84fd7fb9f 100644 --- a/httemplate/search/477.html +++ b/httemplate/search/477.html @@ -59,13 +59,12 @@ a.download { <% $part_titles->{$partname} %> % if ( $this_part->{num_errors} > 0 ) { -% # disable downloading while it contains errors - - <% emt('This section contains [quant,_1,error].', $this_part->{num_errors}) %> - -% } else { - Download +% # show error heading while it contains errors + + <% emt('This section contains [quant,_1,error].', $this_part->{num_errors}) %> + % } + Download % my $header = ".header_$partname"; % my $data = $this_part->{data}; -- 2.11.0