mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#11152 keep select value in filter
This commit is contained in:
parent
ba5e3a0f08
commit
b88e765c75
@ -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