mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
IcingaObject: more details in comment
This commit is contained in:
parent
050553164d
commit
f24f8eb287
@ -1536,7 +1536,8 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
||||
foreach ($this->loadedMultiRelations as $multiRelation) {
|
||||
$multiRelation->setBeingLoadedFromDb();
|
||||
}
|
||||
// This might trigger DB requests and 404's:
|
||||
// This might trigger DB requests and 404's. We might want to defer this, but a call to
|
||||
// hasBeenModified triggers anyway:
|
||||
$this->resolveUnresolvedRelatedProperties();
|
||||
|
||||
parent::setBeingLoadedFromDb();
|
||||
|
Loading…
x
Reference in New Issue
Block a user