mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Fix #87 - Only allow selecting enabled languages
- Retrieve disabled_languages in system configs - Filter disabled languages from the list of selectable languages - If store languages is disabled reset to default language
This commit is contained in:
parent
c5b5e56c62
commit
4803239b76
4 changed files with 86 additions and 18 deletions
|
@ -4,6 +4,7 @@ parameters:
|
|||
passwordsetting:
|
||||
forgotpasswordON: true
|
||||
languages: true
|
||||
disabled_languages: true
|
||||
default_module: true
|
||||
default_theme: true
|
||||
module_name_map: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue