]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Tweak remove not needed applying jobdefs
authorMarcin Haba <marcin.haba@bacula.pl>
Tue, 27 Jun 2023 13:38:17 +0000 (15:38 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Mon, 3 Jul 2023 08:46:57 +0000 (10:46 +0200)
gui/baculum/protected/API/Modules/BaculaConfigACL.php

index 9180ed41e1d315e060f116fdf8b661070ebad8fa..aeb198cc7e3c9e53aa52ab47186f28898b3eecec 100644 (file)
@@ -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'])) {