[MGNLUI-5962] Not load jcrMultiValueField properties correctly when application has a Locale distinct to default one (english) Created: 11/Jun/20  Updated: 14/Jul/20  Resolved: 08/Jul/20

Status: Closed
Project: Magnolia UI
Component/s: None
Affects Version/s: 6.2.1
Fix Version/s: 6.2.2

Type: Bug Priority: Neutral
Reporter: Jorge Franco Assignee: Aleksandr Pchelintcev
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Sprint: UI FW 6

 Description   

In JcrPropertyProvider, used as ItemProvider in jcrMultiValueField:

if (!i18NAuthoringSupport.isDefaultLocale(locale, reference)) {
    propertyName = i18NAuthoringSupport.deriveLocalisedPropertyName(this.definition.propertyName, locale);
}

is changing the property name if the current default Locale is distinct to English. Not allowing to load data for current item property.


Generated at Mon Feb 12 09:31:46 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.