From: Eric Bollengier Date: Thu, 6 Nov 2008 12:59:19 +0000 (+0000) Subject: ebl Fix in storage command X-Git-Tag: Release-3.0.0~634 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=39e50a3473705924711b71de13ee4dc39accbca9;p=bacula%2Fbacula ebl Fix in storage command git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7989 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index b81346e126..37a1b97293 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -1877,7 +1877,7 @@ sub get_form } if ($what{storage_cmd}) { - if (!grep {/^\Q$ret{storage_cmd}$/} ('mount', 'umount', 'release','status')) { + if (!grep {/^\Q$ret{storage_cmd}\E$/} ('mount', 'umount', 'release','status')) { delete $ret{storage_cmd}; } } diff --git a/gui/bweb/technotes-2.3 b/gui/bweb/technotes-2.3 index cd6cf235fe..08fdef8258 100644 --- a/gui/bweb/technotes-2.3 +++ b/gui/bweb/technotes-2.3 @@ -1,5 +1,6 @@ 06Nov08 ebl Fix a Bconsole.pm with Expect bug on debian lenny +ebl Fix in storage command 04Nov08 ebl Display all groups in display_stat page