[
http://jira.magnolia-cms.com/browse/MGNLMIGRATION-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wolf bubenik updated MGNLMIGRATION-94:
--------------------------------------
Summary: ftl-Migration: incorrect replacement for [#include ....] (was:
ftl-Migration: incorrect replacement for [include ....] )
> ftl-Migration: incorrect replacement for [#include ....]
> --------------------------------------------------------
>
> Key: MGNLMIGRATION-94
> URL: http://jira.magnolia-cms.com/browse/MGNLMIGRATION-94
> Project: Magnolia Migration
> Issue Type: Bug
> Affects Versions: 1.1.3
> Environment: mgnl core 4.5.4-patched
> project: migros
> Reporter: wolf bubenik
> Assignee: Jozef Chocholacek
> Priority: Major
>
> On main.ftl code like
> {code}
> [#if def.mainArea.intro.enabled]
> <div class="text">
> [#include def.mainArea.intro.template ]
> </div>
> [/#if]
> {code}
> is transformed into
> {code}
> [#--OLD [#if def.mainArea.intro.enabled]
> <div class="text">
> [#include def.mainArea.intro.template ]
> </div>
> [/#if] --][#--OLD [#--NEW AREA [@cms.area name = "intro" content=content /]
> --] --]
> {code}
> instead of
> {code}
> [#if def.mainArea.intro.enabled]
> <div class="text">
> [#--OLD [#include def.mainArea.intro.template ]--] [@cms.area name =
> "intro" content=content /]
> </div>
> [/#if]
> {code}
--
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]>
----------------------------------------------------------------