mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
[Legacy] Fix date fields not searching
This commit is contained in:
parent
9502ae08d0
commit
f9a90ea115
1 changed files with 4 additions and 4 deletions
|
@ -125,14 +125,14 @@ $filter_operator_map = [
|
|||
],
|
||||
'date' => [
|
||||
'=' => [
|
||||
'{field}_{type}_range_choice' => '{operator}',
|
||||
'range_{field}_{type}' => '{target}'
|
||||
'{field}_{type}' => 'values',
|
||||
'{field}_{type}_range_choice' => '',
|
||||
],
|
||||
],
|
||||
'datetime' => [
|
||||
'=' => [
|
||||
'{field}_{type}_range_choice' => '{operator}',
|
||||
'range_{field}_{type}' => '{target}'
|
||||
'{field}_{type}' => 'values',
|
||||
'{field}_{type}_range_choice' => '',
|
||||
],
|
||||
]
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue