]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix missing job bug
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 22 Jun 2008 12:12:29 +0000 (12:12 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 22 Jun 2008 12:12:29 +0000 (12:12 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7214 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lib/Bweb.pm
gui/bweb/technotes-2.3

index aa3db9715c9736368027f5b29b161c88a11b0200..d13e162325f01b6040ab869ba33042829a28a26b 100644 (file)
@@ -4926,7 +4926,6 @@ sub check_job
     my $sch = $sched->get_scheds($schedname);    
     return undef if (!$sch);
 
-    my $end = $sched->{end}; # this backup must have start before the next one
     my @ret;
     foreach my $s (@$sch) {
        my $pool;
@@ -4936,6 +4935,7 @@ sub check_job
        my $level = $sched->get_level($s);
        my ($l) = ($level =~ m/^(.)/); # we keep the first letter
        my $evts = $sched->get_event($s);
+       my $end = $sched->{end}; # this backup must have start before the next one
        
        foreach my $evt (reverse @$evts) {
            my $all = $self->dbh_selectrow_hashref("
index e696f5871fc96800dd811a0507ff57c11e2956db..f4e863cef8a9c5d0b16fafa119cb9b73cf8ad2f7 100644 (file)
@@ -1,3 +1,6 @@
+22Jun08
+ebl  Fix bug in missing job view
+
 20Jun08
 ebl  Update check_bacula.pl documentation