From: Eric Bollengier Date: Wed, 18 Mar 2009 08:16:03 +0000 (+0000) Subject: ebl tweak get_param for display_log X-Git-Tag: Release-3.0.0~149 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b0eeca274822e10a1fa0db23ad90b0bc9a101648;p=bacula%2Fbacula ebl tweak get_param for display_log git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8550 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index cb12423632..92e989caef 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -2326,7 +2326,7 @@ sub get_param if ($status =~ /^(\w)$/) { $ret{status} = $1; if ($1 eq 'f') { - $limit .= "AND Job.JobStatus IN ('f','E') "; + $limit .= "AND Job.JobStatus IN ('E','e','f','A') "; } elsif ($1 eq 'W') { $limit .= "AND Job.JobStatus IN ('T', 'W') OR Job.JobErrors > 0 "; } else {