Details
-
Bug
-
Resolution: Fixed
-
Critical
-
5.0
-
None
-
None
-
-
Empty show more show less
-
5.1 - Final
Description
In FromBuilder, the following statement will always be false even if the fieldDefinition is a ConfiguredFieldDefinition.
if (fieldDefinition.getClass().equals(ConfiguredFieldDefinition.class)) {
This is due to the fact that i18n decorate now the fieldDefinition.
Only way to solve this is to undecorate the definition before performing the if statement.
Checklists
Acceptance criteria
Attachments
Issue Links
- relates to
-
MGNLUI-829 Field with property extends=override should not create a FieldDefinition
-
- Closed
-