mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 10:59:15 +02:00
Merge branch '1167-Fallo_en_exportacion_a_CSV_de_Custom_Graphs_rev_2' into 'develop'
fixed minor error See merge request !734
This commit is contained in:
commit
0488324a9e
@ -34,10 +34,7 @@
|
|||||||
}
|
}
|
||||||
if (dataObjects.length > 1) {
|
if (dataObjects.length > 1) {
|
||||||
dataObjects.forEach(function (element) {
|
dataObjects.forEach(function (element) {
|
||||||
if (/Avg.:/i.test(element.label))
|
result = element;
|
||||||
result = element;
|
|
||||||
if (/Percentil/i.test(element.label))
|
|
||||||
result = element;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// If the avg set is missing, retrieve the first set
|
// If the avg set is missing, retrieve the first set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user