From c3ce93efc4e96d226f735cfe215e0612355ecaf6 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 24 Nov 2007 20:06:00 +0000 Subject: [PATCH] ebl Add ERR= to error log filter ebl Set where_field when selecting a directory in the tree git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5979 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/html/bresto.js | 2 +- gui/bweb/lib/Bweb.pm | 2 +- gui/bweb/technotes-2.3 | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gui/bweb/html/bresto.js b/gui/bweb/html/bresto.js index da24405b59..61869d1900 100644 --- a/gui/bweb/html/bresto.js +++ b/gui/bweb/html/bresto.js @@ -120,7 +120,7 @@ function ext_init() tree.on('click', function(node, event) { Ext.brestore.path = get_node_path(node); - + where_field.setValue(Ext.brestore.path); file_store.removeAll(); file_versions_store.removeAll(); file_store.load({params:init_params({action: 'list_files', diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index 7488893e0b..74ab58b54d 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -3811,7 +3811,7 @@ SELECT Job.Name as name, Client.Name as clientname # display only Error and Warning messages $filter = ''; if (CGI::param('error')) { - $filter = " AND LogText $self->{sql}->{MATCH} 'Error|Warning' "; + $filter = " AND LogText $self->{sql}->{MATCH} 'Error|Warning|ERR=' "; } my $logtext; diff --git a/gui/bweb/technotes-2.3 b/gui/bweb/technotes-2.3 index a903fa724c..835165abef 100644 --- a/gui/bweb/technotes-2.3 +++ b/gui/bweb/technotes-2.3 @@ -1,4 +1,6 @@ 24Nov07 +ebl Add ERR= to error log filter +ebl Set where_field when selecting a directory in the tree ebl Add a wiki option to integrate a link to jobs documentation directly in bweb. ebl Add a tpl field to bweb_user. (To be able to have a tpl for each -- 2.39.5