mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
DirectorObjectForm: do not show structured vars
This commit is contained in:
parent
45755f7a63
commit
3d38a6fec9
@ -235,6 +235,9 @@ abstract class DirectorObjectForm extends QuickForm
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: handle structured vars
|
||||||
|
if (! is_string($value)) continue;
|
||||||
|
|
||||||
// Show inheritance information in case we inherited this var:
|
// Show inheritance information in case we inherited this var:
|
||||||
if (isset($inherited->$key)) {
|
if (isset($inherited->$key)) {
|
||||||
$this->addCustomVar($key, $value, $inherited->$key, $origins->$key);
|
$this->addCustomVar($key, $value, $inherited->$key, $origins->$key);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user