mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-02 04:04:53 +01:00
The controller counts comments and downtimes on the object, which will automatically fetch comments and downtimes. After that came a call to MonitoredObject::populate() which again fetched comments and downtimes. Now the object is populated before counting comments and dowtimes. refs #8614