Issue Type: Bug Bug
Affects Versions: 2.2.1, 2.0.2, 1.4.9
Assignee: Unassigned
Attachments: NavigationUtils.patch
Components: i18n
Created: 20/Dec/13 11:13 AM
Description:

Behavior:
When defining a required and confirmation text in different languages, it works fine on the form component, but not on the formStep component.

Reason:
The form.ftl gets the required text from the model class.
The FormModel "allocates" the StartStepFormEngine with the 'content' node. The 'content' node is i18n wrapped be the renderer.

The SubStepFormModel "allocates" the SubStepFormEngine and gets the component nodes by this helper method:
info.magnolia.module.form.templates.components.multistep.NavigationUtils.findParagraphOfType(Node, Class<?>)

This method does not wrap the found nodes with the i18nNodeWrapper (see patch).

Fix Versions: 1.4.x, 2.2.x
Project: Magnolia Form Module
Priority: Major Major
Reporter: Christian Ringele
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: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to