Migration module breaks code which is using <> instead of [] when combined on
in a single expression
----------------------------------------------------------------------------------------------------
Key: MGNLMIGRATION-171
URL: http://jira.magnolia-cms.com/browse/MGNLMIGRATION-171
Project: Magnolia Migration
Issue Type: Bug
Affects Versions: 1.1.3
Reporter: Tomas Brimor
Assignee: Jozef Chocholacek
Priority: Major
Pre migration:
{noformat}
<#assign guideProductCategoryUUID =
popularGuidesProductCategories[guide.@uuid]/>
{noformat}
Post migration
{noformat}
<#assign guideProductCategoryUUID = popularGuidesProductCategories[guide.]/>
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
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]>
----------------------------------------------------------------