Merge branch 'ent-11049-graficas-personalizadas-el-filtro-se-resetea-al-visualizar-la-grafica' into 'develop'

Ent 11049 graficas personalizadas el filtro se resetea al visualizar la grafica

See merge request artica/pandorafms!5790
This commit is contained in:
Rafael Ameijeiras 2023-05-30 09:40:36 +00:00
commit 9196770ba0
1 changed files with 3 additions and 3 deletions

View File

@ -344,7 +344,7 @@ if ($view_graph) {
$searchForm .= "<td class='datos w30p'>"; $searchForm .= "<td class='datos w30p'>";
$searchForm .= html_print_label_input_block( $searchForm .= html_print_label_input_block(
__('Time range'), __('Time range'),
html_print_extended_select_for_time('period', $period, '', '', '0', 10, true, 'width:100%') html_print_extended_select_for_time('period', (string) $period, '', '', 0, 10, true, 'width:100%')
); );
$searchForm .= '</td>'; $searchForm .= '</td>';
$searchForm .= '</tr><tr>'; $searchForm .= '</tr><tr>';
@ -376,9 +376,9 @@ if ($view_graph) {
false, false,
'', '',
false false
) ),
['div_id' => 'thresholdDiv']
); );
$searchForm .= '</div>';
$searchForm .= '</td>'; $searchForm .= '</td>';
$searchForm .= "<td class='datos w30p'>"; $searchForm .= "<td class='datos w30p'>";