mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 14:54:52 +02:00
Merge branch 'ent-10311-14988-comentarios-de-eventos-se-muestran-en-evento-no-relacionado' into 'develop'
Ent 10311 14988 comentarios de eventos se muestran en evento no relacionado See merge request artica/pandorafms!5582
This commit is contained in:
commit
f14be9c523
@ -1494,7 +1494,8 @@ function events_get_all(
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case EVENT_GROUP_REP_EXTRAIDS:
|
case EVENT_GROUP_REP_EXTRAIDS:
|
||||||
// Group by events.
|
// Group by events and ignore null.
|
||||||
|
$sql_filters[] = 'AND te.id_extra IS NOT NULL AND te.id_extra <> ""';
|
||||||
$group_by .= 'te.id_extra';
|
$group_by .= 'te.id_extra';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user