From 864dc155142ed4eae80ca18ae1a923c4259bfb55 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 6 Mar 2014 11:05:53 +0000 Subject: [PATCH] Icinga Core 2 doesn't fill notification commands --- .../library/Monitoring/Backend/Ido/Query/NotificationQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php index 95b847a6d..03810f5c9 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/NotificationQuery.php @@ -125,7 +125,7 @@ class NotificationQuery extends IdoQuery 'cmd_c.contactnotification_id = cmd_m.contactnotification_id', array() ); - $this->baseQuery->join( + $this->baseQuery->joinLeft( array( 'cmd_o' => $this->prefix . 'objects' ),