IcingaDependency: render parent_service_by_name...
...as a string fixes #1136
This commit is contained in:
parent
2f78d52c58
commit
2e483fefba
|
@ -307,10 +307,9 @@ class IcingaDependency extends IcingaObject
|
||||||
//special case for parent service set as plain string for Apply rules
|
//special case for parent service set as plain string for Apply rules
|
||||||
public function renderParent_service_by_name()
|
public function renderParent_service_by_name()
|
||||||
{
|
{
|
||||||
// TODO:
|
|
||||||
return c::renderKeyValue(
|
return c::renderKeyValue(
|
||||||
'parent_service_name',
|
'parent_service_name',
|
||||||
$this->get('parent_service_by_name')
|
c::renderString($this->get('parent_service_by_name'))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue