mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
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…
x
Reference in New Issue
Block a user