adobe / aem-core-forms-components

Standardized components to build forms with AEM Forms
Apache License 2.0
26 stars 58 forks source link

Hardcoded string on Adaptive Form Editor > Switch > Configure dialog #1451

Closed alp86773 closed 1 month ago

alp86773 commented 1 month ago

Problem

There is hardcoded string that needs to be externalized by surrounding with CQ.I18n.getMessage or Granite.I18n.get Those are appear on Configure dialog and displayed as unlocalized for all locales.

Expected Behaviour

No hardcoded string is UI.

Actual Behaviour

Follow string are unlocalized:

Steps to Reproduce

  1. Launch Skyline + Forms + Core Components
  2. Go to Forms > Forms and documents
  3. Click on Create > Adaptive Form
  4. Select AF Black (Core Components) template and finish form creation
  5. Edit form
  6. Drag and drop switch component
  7. Click on it > Configure
  8. Enable "Preserve Uncheck state value" fe1695ce81 jpn
rismehta commented 1 month ago

@pavi41 Could you please check this ?

rismehta commented 1 month ago

@alp86773 This is fixed via, https://github.com/adobe/aem-core-forms-components/pull/1456