From 81ff7556d016823f0693e505172dc0368a023d6f Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 14 Jul 2007 08:37:01 +0000 Subject: [PATCH] ebl Doesn't display running job more in job hist git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5176 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lib/Bweb.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index 27fbb0b12f..5b14313b5e 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -2014,7 +2014,7 @@ SELECT Job.JobId AS jobid, LEFT JOIN FileSet ON (Job.FileSetId = FileSet.FileSetId) $cgq WHERE Client.ClientId=Job.ClientId - AND Job.JobStatus != 'R' + AND Job.JobStatus NOT IN ('R', 'C') $where $limit "; -- 2.39.5