[OSF] When the Browser Locale Is Set To Something Other Than English, All The Fields In The Configuration Settings For a Component Appear As Blank Fields
(Doc ID 2830770.1)
Last updated on FEBRUARY 11, 2022
Applies to:
Oracle Commerce Cloud Service - Version 21.4.3 and laterInformation in this document applies to any platform.
Symptoms
After setting the browsers locale\language to Portuguese, when viewing the settings for a Components, all the text fields appear as blank text. If you switch the browser locale to English, the text fields for the settings page all appear as normal
Changes
The OSF framework allows Developers to create their own custom components\widgets, for their application under ./packages/apps/<APP_NAME>/src/plugins/components/<COMPONENT_NAME>. These components will then appear in the Admin UI under the Components Library.
Add your widget to your application
https://docs.oracle.com/pls/topic/lookup?ctx=cx-commerce-latest&id=GUID-05FC5CC7-B928-4A74-98B0-D34DB616CE7E
Within the ./config/index.js of the component, the Developer can also setup a configuration page to be used with the component, including which languages the text fields for the config will appear in. The ./config/locales directory would then contain a list of <locale>.js files containing the string text fields for that locale.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |