mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Merge branch 'ent-4202-visualizacion-de-graficas-combinadas' into 'develop'
Fixed the visualization of the combined graph item from the new visual console See merge request artica/pandorafms!2495
This commit is contained in:
commit
faba28f61b
@ -207,11 +207,7 @@ final class ModuleGraph extends Item
|
||||
|
||||
// Custom graph.
|
||||
if (empty($customGraphId) === false) {
|
||||
$customGraph = \db_get_row_filter(
|
||||
'tgraph',
|
||||
'id_graph',
|
||||
$customGraphId
|
||||
);
|
||||
$customGraph = \db_get_row('tgraph', 'id_graph', $customGraphId);
|
||||
|
||||
$params = [
|
||||
'period' => $period,
|
||||
|
Loading…
x
Reference in New Issue
Block a user