-
Notifications
You must be signed in to change notification settings - Fork 26
STCOR-1027 Use GET mod-settings /locale API to get tenant language & locale settings
#1691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…& locale settings
Bigtest Unit Test Results150 tests ±0 149 ✅ ±0 6s ⏱️ ±0s Results for commit bc68bc7. ± Comparison against base commit cbf24e4. This pull request removes 152 and adds 150 tests. Note that renamed tests count towards both.This pull request removes 1 skipped test and adds 1 skipped test. Note that renamed tests count towards both. |
Jest Unit Test Results 1 files ±0 83 suites ±0 1m 42s ⏱️ +2s For more details on these failures, see this check. Results for commit bc68bc7. ± Comparison against base commit cbf24e4. This pull request removes 9 and adds 2 tests. Note that renamed tests count towards both. |
|




Description
Context: With the Trillium release, Language & locale settings were moved from mod-configuration to the /locale API of mod-settings. These settings are tenant level (a user can also set user preference for language at some other API).
Also this work is required for mod-configuration deprecation.
Approach
/localeAPI./settings/entriesand/configurations/entries/configurations/entries/settings/entriesIssues
STCOR-1027