Merge branch 'ent-11751-15966-metaconsola-no-se-exportan-los-eventos-a-csv' into 'develop'

Ent 11751 15966 metaconsola no se exportan los eventos a csv

See merge request artica/pandorafms!6269
This commit is contained in:
Rafael Ameijeiras 2023-07-31 13:04:24 +00:00
commit 02bf721e39
1 changed files with 3 additions and 1 deletions

View File

@ -1762,9 +1762,11 @@ function events_get_all(
}
}
$string_metaconsole_connections = implode(',', $metaconsole_connections);
$explode_metaconsole_connections = explode(',', $string_metaconsole_connections);
$result_meta = Promise\wait(
parallelMap(
$metaconsole_connections,
$explode_metaconsole_connections,
function ($node_int) use ($sql, $history) {
try {
if (is_metaconsole() === true