mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-3362-7334-Bug-time-comparison-graficas-de-modulos' into 'develop'
Fixed bug in time comparison graphs See merge request artica/pandorafms!2476
This commit is contained in:
commit
a1591f7a84
@ -289,7 +289,7 @@ function grafico_modulo_sparse_data(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($array_data === false || (!$params['graph_combined']
|
if ($array_data === false && (!$params['graph_combined']
|
||||||
&& !isset($array_data['sum1']['data'][0][1]) && !$params['baseline'])
|
&& !isset($array_data['sum1']['data'][0][1]) && !$params['baseline'])
|
||||||
) {
|
) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user