]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Tweak enable updating repeater with user list
authorMarcin Haba <marcin.haba@bacula.pl>
Tue, 21 Nov 2017 20:45:07 +0000 (21:45 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 9 Dec 2017 11:00:07 +0000 (12:00 +0100)
gui/baculum/protected/Web/Portlets/Users.php

index 788491a667bc829a53cdeb5618fe6bad11a79c8d..74d86360797dfad5ad1ea1c3470ea33bf63d1f37 100644 (file)
@@ -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':