mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-9140-POST-Usuarios-LDAP-no-ven-comentarios-de-eventos-agrupados' into 'develop'
Ent 9140 post usuarios ldap no ven comentarios de eventos agrupados See merge request artica/pandorafms!4993
This commit is contained in:
commit
288e6f3a53
@ -97,7 +97,6 @@ if ($get_comments === true) {
|
|||||||
$eventsGrouped = [];
|
$eventsGrouped = [];
|
||||||
// Consider if the event is grouped.
|
// Consider if the event is grouped.
|
||||||
$whereGrouped = '1=1';
|
$whereGrouped = '1=1';
|
||||||
if (isset($event['event_rep']) === true && $event['event_rep'] > 0) {
|
|
||||||
// Default grouped message filtering (evento and estado).
|
// Default grouped message filtering (evento and estado).
|
||||||
$whereGrouped = sprintf(
|
$whereGrouped = sprintf(
|
||||||
'`evento` = "%s" AND `estado` = "%s" AND `event_type` = "%s" ',
|
'`evento` = "%s" AND `estado` = "%s" AND `event_type` = "%s" ',
|
||||||
@ -120,7 +119,6 @@ if ($get_comments === true) {
|
|||||||
(int) $event['id_agentmodule']
|
(int) $event['id_agentmodule']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (is_metaconsole() === true
|
if (is_metaconsole() === true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user