Merge branch 'ent-13322-filtrar-por-comentario-repite-eventos' into 'develop'

Ent 13322 Filtrar por comentario repite eventos.

See merge request artica/pandorafms!7141
This commit is contained in:
Jose Martin 2024-04-08 11:33:47 +00:00
commit 8539d1d905
1 changed files with 2 additions and 0 deletions

View File

@ -1235,6 +1235,8 @@ function events_get_all(
io_safe_input($filter['user_comment']),
$filter['user_comment']
);
array_unshift($fields, 'DISTINCT te.id_evento AS distinct_event');
}
// Source.