parent
77290c3bf3
commit
f7353b6628
|
@ -2279,6 +2279,10 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
||||||
$type = 'serviceSet';
|
$type = 'serviceSet';
|
||||||
} elseif ($type === 'apiuser') {
|
} elseif ($type === 'apiuser') {
|
||||||
$type = 'apiUser';
|
$type = 'apiUser';
|
||||||
|
} elseif ($type === 'host_template_choice') {
|
||||||
|
$type = 'templateChoiceHost';
|
||||||
|
} elseif ($type === 'service_template_choice') {
|
||||||
|
$type = 'TemplateChoiceService';
|
||||||
}
|
}
|
||||||
|
|
||||||
return 'Icinga\\Module\\Director\\Objects\\' . $prefix . ucfirst($type);
|
return 'Icinga\\Module\\Director\\Objects\\' . $prefix . ucfirst($type);
|
||||||
|
|
Loading…
Reference in New Issue