From: Eric Bollengier Date: Fri, 31 Jul 2009 08:39:09 +0000 (+0000) Subject: Apply quick fix from Ulrich about the last feature. X-Git-Tag: Release-3.0.3~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6f19c512ee83906426c7e168375b8a94b7627b17;p=bacula%2Fbacula Apply quick fix from Ulrich about the last feature. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9135 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index d266636154..d0be07ebc9 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -4037,9 +4037,9 @@ WHERE Job.JobId = $arg->{jobid} my $status = $row->{jobstatus}; if ($status =~ /[TfAaEWD]/) { - $bweb->display_job_zoom($arg->{jobid}); - $bweb->get_job_log(); - return; + $self->display_job_zoom($arg->{jobid}); + $self->get_job_log(); + return; } if ($row->{type} eq 'B') { diff --git a/gui/bweb/technotes-3.0 b/gui/bweb/technotes-3.0 index 8499c49ea8..2db98e0549 100644 --- a/gui/bweb/technotes-3.0 +++ b/gui/bweb/technotes-3.0 @@ -1,3 +1,5 @@ +31Jul09 +ebl Apply quick fix from Ulrich about the last feature. 28Jul09 ebl Display the job_zoom view when backup is finished 24Jul09