From: Marcin Haba Date: Tue, 27 Jun 2023 13:38:17 +0000 (+0200) Subject: baculum: Tweak remove not needed applying jobdefs X-Git-Tag: Beta-15.0.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84ef86aeb5cbfe07d83fd9569469042b8e97e19f;p=thirdparty%2Fbacula.git baculum: Tweak remove not needed applying jobdefs --- diff --git a/gui/baculum/protected/API/Modules/BaculaConfigACL.php b/gui/baculum/protected/API/Modules/BaculaConfigACL.php index 9180ed41e..aeb198cc7 100644 --- a/gui/baculum/protected/API/Modules/BaculaConfigACL.php +++ b/gui/baculum/protected/API/Modules/BaculaConfigACL.php @@ -89,10 +89,7 @@ class BaculaConfigACL extends APIModule $config = $bacula_setting->getConfig( 'dir', 'Console', - $console_name, - [ - 'apply_jobdefs' => true - ] + $console_name ); if ($config['exitcode'] === 0) { if (key_exists('CommandAcl', $config['output'])) {