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:
commit
02bf721e39
|
@ -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(
|
$result_meta = Promise\wait(
|
||||||
parallelMap(
|
parallelMap(
|
||||||
$metaconsole_connections,
|
$explode_metaconsole_connections,
|
||||||
function ($node_int) use ($sql, $history) {
|
function ($node_int) use ($sql, $history) {
|
||||||
try {
|
try {
|
||||||
if (is_metaconsole() === true
|
if (is_metaconsole() === true
|
||||||
|
|
Loading…
Reference in New Issue