From: Marcin Haba Date: Tue, 21 Nov 2017 20:45:07 +0000 (+0100) Subject: baculum: Tweak enable updating repeater with user list X-Git-Tag: Release-9.2.0~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3073be87f13b455ad804cccc7ca86416ac38119;p=thirdparty%2Fbacula.git baculum: Tweak enable updating repeater with user list --- diff --git a/gui/baculum/protected/Web/Portlets/Users.php b/gui/baculum/protected/Web/Portlets/Users.php index 788491a667..74d8636079 100644 --- a/gui/baculum/protected/Web/Portlets/Users.php +++ b/gui/baculum/protected/Web/Portlets/Users.php @@ -67,6 +67,7 @@ class Users extends Portlets { if(!$_SESSION['admin']) { return; } + $this->UsersList->ActiveControl->EnableUpdate = true; list($action, $user, $value) = explode(';', $param->CallbackParameter, 3); switch($action) { case 'newuser':