mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
parent
164b5bd93d
commit
b08be6ecc0
@ -122,6 +122,9 @@ class DirectorDatafield extends DbObjectWithSettings
|
||||
try {
|
||||
/** @var IcingaCommand $command */
|
||||
$command = $object->getResolvedRelated('check_command');
|
||||
if ($command === null) {
|
||||
return;
|
||||
}
|
||||
$inherited = $command->vars()->get($varname);
|
||||
$inheritedFrom = null;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user