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:
Rafael Ameijeiras 2023-03-24 09:03:37 +00:00
commit f14be9c523
1 changed files with 2 additions and 1 deletions

View File

@ -1494,7 +1494,8 @@ function events_get_all(
break;
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';
break;
}