mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
Fix #216 - Remove default from searchdef mapper
This commit is contained in:
parent
712315521e
commit
0418356166
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ class SearchDefsDateTypeMapper implements ViewDefinitionMapperInterface
|
|||
'type' => 'enum',
|
||||
'vname' => 'LBL_OPERATOR',
|
||||
'options' => $field['options'] ?? 'date_range_search_dom',
|
||||
'default' => 'less_than'
|
||||
],
|
||||
'target' => [
|
||||
'name' => 'target',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue