mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
9892039b0e
commit
470137b5c2
@ -16,6 +16,7 @@ v1.10.2 (unreleased)
|
||||
|
||||
### Configuration Baskets
|
||||
* FEATURE: more details shown in error messages related to invalid characters (#2646)
|
||||
* FIX: snapshots for Baskets containing Baskets failed since v1.10 (#2644)
|
||||
|
||||
### Internals
|
||||
* FIX: issue with empty activity log, deprecate outdated method (#2630)
|
||||
|
@ -248,6 +248,7 @@ class Exporter
|
||||
$props['settings'] = (object) $object->getSettings(); // Already sorted
|
||||
}
|
||||
}
|
||||
unset($props['uuid']); // Not yet
|
||||
if (! $this->showDefaults) {
|
||||
foreach ($props as $key => $value) {
|
||||
// We assume NULL as a default value for all non-IcingaObject properties
|
||||
|
Loading…
x
Reference in New Issue
Block a user