Issue Type: Bug Bug
Affects Versions: 2.2.2, 2.3
Assignee: Roman Kovařík
Created: 11/Jul/14 3:30 PM
Description:

We migrated our old custom data types to separate workspaces and created apps for each one as recommended. We also migrated our datatypes and added the namespace prefix 'mgnl:' (e.g. rating -> mgnl:rating) to each of them

In one case we have a tree view with two different data types. Therefore we used the EditDataActionDefinition from the data module to handle the default action properly. The "subAppMapping", which maps each datatype to the correct sub app, requires as jcr name the data type and as value the sub app.

Problem:
jcr names can't contain ':' which is used as separator for namespace and datatype name.

My workarround:
To solve this issue i encoded the jcr name (e.g. mgnl%3Arating) and added a decoding in the method 'setSubAppMapping' of my extended EditDataActionDefinition class.

Fix Versions: 2.2.3, 2.3.1
Project: Magnolia Data Module
Labels: support
Priority: Major Major
Reporter: Roman Kovařík
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