IcingaObject: more details in comment

This commit is contained in:
Thomas Gelf 2022-07-12 11:28:54 +02:00
parent 050553164d
commit f24f8eb287
1 changed files with 2 additions and 1 deletions

View File

@ -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();