-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
10.3.8, 10.3.12
-
10.3
-
Severity 3 - Minor
-
Issue Summary
User cannot edit textarea attribute on Assets Object if the user languague or the system language is set as Slovencina (Slovenská republika).
The same issue is not observed on Jira 11.1.1.1 and 9.12.x
In the browser console logs we get below error.
Cannot find module './sk'
This indicates that the system is trying to load a Slovak language module for the AKEditor that doesn't exist or isn't properly bundled.
Steps to Reproduce
- Set the user language to Slovakian.
- Create an text area type attribute for any object type.
- Try to edit the object type and observe that the text area type attribute is not rendered correctly.
Expected Results
The text area attribute should be editable irrespective of user language.
Actual Results
The text area type attribute is not editable if user language is slovakian.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
- links to