mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-03 03:54:26 +02:00
IcingaObjectMultiRelations: Set property modified
to false when loaded from DB
This commit is contained in:
parent
aa1df8d772
commit
c3fd4118d9
@ -383,6 +383,8 @@ class IcingaObjectMultiRelations implements Iterator, Countable, IcingaConfigRen
|
||||
foreach ($this->relations as $k => $v) {
|
||||
$this->stored[$k] = clone($v);
|
||||
}
|
||||
|
||||
$this->modified = false;
|
||||
}
|
||||
|
||||
protected function getRelatedClassName()
|
||||
|
Loading…
x
Reference in New Issue
Block a user