mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
[Legacy] Add enable_record_pagination option to utils for config php file
This commit is contained in:
parent
7caeca47fb
commit
f542c2f2a9
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ function get_sugar_config_defaults(): array
|
|||
],
|
||||
'export_delimiter' => ',',
|
||||
'export_excel_compatible' => false,
|
||||
'enable_record_pagination' => true,
|
||||
'cache_dir' => 'cache/',
|
||||
'calculate_response_time' => true,
|
||||
'create_default_user' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue