From 0912d2a317fc067f8b46dd86f73264f101a54790 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 27 Dec 2007 20:41:51 +0000 Subject: [PATCH] ebl Fix a bug in user edition git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6147 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lib/Bweb.pm | 8 ++++---- gui/bweb/technotes-2.3 | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index c0bb76dbae..6b27b1834c 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -3316,10 +3316,10 @@ ORDER BY rolename username => $userp->{username}, comment => $userp->{comment}, passwd => $userp->{passwd}, - lang => $userp->{lang}, - use_acl => $userp->{use_acl}, - db_client_groups => $arg->{db_client_groups}, - client_group => [ values %$scg ], + lang => $userp->{tpl}, + use_acl => $userp->{use_acl}, + db_client_groups => $arg->{db_client_groups}, + client_group => [ values %$scg ], db_roles => [ values %$role], }, "display_user.tpl"); } diff --git a/gui/bweb/technotes-2.3 b/gui/bweb/technotes-2.3 index 9ddeabf23d..8f04e53b2f 100644 --- a/gui/bweb/technotes-2.3 +++ b/gui/bweb/technotes-2.3 @@ -1,4 +1,5 @@ 27Dec07 +ebl Fix a bug in user edition. ebl Add Jobs -> Missing Job feature. Now, you can check if jobs are missing or have to be re-run. ebl Add begin/end param to Bweb::Sched object -- 2.39.5