Merge branch '2285-La-ordenacion-de-elementos-en-las-custom-graph-no-se-aplica-en-las-graficas' into 'develop'
fixed bug when ordering module list in custom graphs See merge request artica/pandorafms!1583
This commit is contained in:
commit
5095ddaf3f
|
@ -1367,7 +1367,8 @@ function graphic_combined_module (
|
|||
$sources = db_get_all_rows_field_filter(
|
||||
'tgraph_source',
|
||||
'id_graph',
|
||||
$params_combined['id_graph']
|
||||
$params_combined['id_graph'],
|
||||
'field_order'
|
||||
);
|
||||
|
||||
$series = db_get_all_rows_sql(
|
||||
|
|
Loading…
Reference in New Issue