Francesco Chicchiriccò created SYNCOPE-1590:
-----------------------------------------------
Summary: Error when adding i18n labels to schemas
Key: SYNCOPE-1590
URL: https://issues.apache.org/jira/browse/SYNCOPE-1590
Project: Syncope
Issue Type: Bug
Components: console
Affects Versions: 2.1.7
Reporter: Francesco Chicchiriccò
Assignee: Francesco Chicchiriccò
Fix For: 2.1.8, 3.0.0
When adding i18n labels to schemas matching Locale with variants (e.g.
{{pt_BR}}), an exception is raised:
{code}
java.lang.ArrayIndexOutOfBoundsException: 2
at org.apache.syncope.common.lib.to.SchemaTO.toLocale(SchemaTO.java:63)
at
org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder$Labels.lambda$new$0(SchemaTypeWizardBuilder.java:139)
at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
at
org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder$Labels.<init>(SchemaTypeWizardBuilder.java:138)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)