Issue Type: Bug Bug
Affects Versions: 5.2.2
Assignee: Espen Jervidalo
Created: 27/Feb/14 3:15 PM
Description:

Actions on FormDialogs are currently not decorated for i18n.
The reason is in these two methods:

info.magnolia.ui.dialog.formdialog.FormDialogPresenterImpl#start(final Item item, FormDialogDefinition dialogDefinition, final UiContext uiContext, EditorCallback callback)

the definition is set and decorated in the super method and is accessible using the getter, but instead of getting the decorated definition, we set the undecorated object to the action executor.

info.magnolia.ui.dialog.formdialog.FormDialogPresenterImpl#buildView
instead of passing the decorated definition, we re-decorate the passed parameter.

Fix Versions: 5.2.3, 5.3
Project: Magnolia UI
Priority: Neutral Neutral
Reporter: Espen Jervidalo
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