mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 17:46:02 +08:00
Squashed 'public/legacy/' changes from 23d711b70..bb959a145
bb959a145 SuiteCRM 7.12.1 release changes 9ad0a7fe5 Use wildcard rather than the defunct "_all" field d9f34d544 Prevent Email Reminders - Inactive Users 72557797d Create Standardised isEnabled User Check c1f5c8c62 Fix #8432 - Remove index limit from mssql index names upon create and repair edf9ff254 Fix #9217 - Revert "Fix Users index incompatible with MSSQL" 91035782b Fix #9119 - Rebuild theme cache after custom property changed in Studio dd000459c Fix typo in word administrator 8bb65887d Fix Issue #9192: Fix duplication of folders_rel table entries. 4104e5c5c Fix #9367 - Update PDF template warning 86b04461a Fix #9358 - Meeting invite notification emails not sending to all invitees. e55657e18 Fix #6994: Update pollMonitoredInboxesAOP to check SugarFolder has been retrieved correctly. 8211f43fb Update PDF references 63d63e520 Implement PDF extension 75553a9ee Update MPDF structure 1960e8364 Fix rebuild scss git-subtree-dir: public/legacy git-subtree-split: bb959a1451f926ccf5bb7b0da1909435e5450d05
This commit is contained in:
parent
75ea167930
commit
d075ac6581
35 changed files with 350 additions and 120 deletions
|
@ -426,6 +426,9 @@ function get_sugar_config_defaults(): array
|
|||
'log_memory_usage' => false,
|
||||
'oauth2_encryption_key' => base64_encode(random_bytes(32)),
|
||||
'portal_view' => 'single_user',
|
||||
'pdf' => [
|
||||
'defaultEngine' => 'TCPDFEngine'
|
||||
],
|
||||
'resource_management' => [
|
||||
'special_query_limit' => 50000,
|
||||
'special_query_modules' => ['AOR_Reports', 'Export', 'Import', 'Administration', 'Sync'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue