[Legacy] Add enable_record_pagination option to utils for config php file

This commit is contained in:
y.yerli 2024-09-16 15:59:35 +03:00
parent 7caeca47fb
commit f542c2f2a9

View file

@ -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,