Issue Type: Bug Bug
Affects Versions: 5.0
Assignee: Eric Hechinger
Created: 27/Sep/13 7:58 AM
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.

Fix Versions: 5.1
Project: Magnolia UI
Priority: Neutral Neutral
Reporter: Eric Hechinger
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to