Merge branch 'ent-10202-14882-group-event-report-no-muestra-resultados-con-filtro-aplicado' into 'develop'

Ent 10202 14882 group event report no muestra resultados con filtro aplicado

See merge request artica/pandorafms!5467
This commit is contained in:
Diego Muñoz-Reja 2023-01-30 15:15:36 +00:00
commit d60d01f4d2
1 changed files with 4 additions and 0 deletions

View File

@ -257,6 +257,10 @@ function reporting_make_reporting_data(
$content['style'] = json_decode(io_safe_output($content['style']), true);
if (!empty($content['style']['event_filter_search'])) {
$content['style']['event_filter_search'] = io_safe_input($content['style']['event_filter_search']);
}
$graphs_to_macro = db_get_all_rows_field_filter(
'tgraph_source',
'id_graph',