From 7f14adf5ec66b9de9571bbb36adbc5fbd8d7549b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 31 Jul 2009 08:39:09 +0000 Subject: [PATCH] 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 --- gui/bweb/lib/Bweb.pm | 6 +++--- gui/bweb/technotes-3.0 | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.5