mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-11152-parametro-de-filtro-de-monitor-detail-se-desmarca-solo' into 'develop'
Ent 11152 parametro de filtro de monitor detail se desmarca solo See merge request artica/pandorafms!5886
This commit is contained in:
commit
fc3a0766f8
@ -976,7 +976,7 @@ $tableAdvancedFilter->data['advancedField_1'][2] = html_print_label_input_block(
|
||||
|
||||
$tableAdvancedFilter->data['advancedField_2'][0] = html_print_label_input_block(
|
||||
__('Data type'),
|
||||
html_print_select_from_sql($sqlModuleType, 'datatype', '', '', __('All'), 0, true)
|
||||
html_print_select_from_sql($sqlModuleType, 'datatype', $datatype, '', __('All'), 0, true)
|
||||
);
|
||||
|
||||
$tableAdvancedFilter->data['advancedField_2'][1] = html_print_label_input_block(
|
||||
|
Loading…
x
Reference in New Issue
Block a user