Merge branch 'ent-12499-16645-columna-label-se-genera-mal-en-csv-en-vista-de-grafica-de-modulo' into 'develop'

Ent 12499 16645 columna label se genera mal en csv en vista de grafica de modulo

See merge request artica/pandorafms!6702
This commit is contained in:
Rafael Ameijeiras 2023-11-27 12:02:33 +00:00
commit f03213c748
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ if (file_exists('../languages/'.$user_language.'.mo') === true) {
$type = (string) get_parameter('type', 'csv');
$data = (string) get_parameter('data');
$data = strip_tags(io_safe_output($data));
$data = json_decode(io_safe_output($data), true);
$default_filename = 'data_exported - '.date($config['date_format']);