Icinga Core 2 doesn't fill notification commands
This commit is contained in:
parent
3692993d20
commit
864dc15514
|
@ -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'
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue