mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
[Legacy] Add default alert snooze time to sugar_config
This commit is contained in:
parent
c5e47b21ef
commit
3f4620d908
1 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,7 @@ function make_sugar_config(&$sugar_config)
|
|||
),
|
||||
'strict_id_validation' => false,
|
||||
'legacy_email_behaviour' => false,
|
||||
'snooze_alert_timer' => 600,
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -597,6 +598,7 @@ function get_sugar_config_defaults(): array
|
|||
'gc_divisor' => 100,
|
||||
],
|
||||
'legacy_email_behaviour' => false,
|
||||
'snooze_alert_timer' => 600,
|
||||
];
|
||||
|
||||
if (!is_object($locale)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue