mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +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;
|
||||
}
|
||||
|
||||
// TODO: handle structured vars
|
||||
if (! is_string($value)) continue;
|
||||
|
||||
// Show inheritance information in case we inherited this var:
|
||||
if (isset($inherited->$key)) {
|
||||
$this->addCustomVar($key, $value, $inherited->$key, $origins->$key);
|
||||
|
Loading…
x
Reference in New Issue
Block a user