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:
commit
9196770ba0
|
@ -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'>";
|
||||||
|
|
Loading…
Reference in New Issue