[MGNLMIGRATION-94] ftl-Migration: incorrect replacement for [#include ....] Created: 08/Oct/12  Updated: 29/Mar/13  Resolved: 10/Oct/12

Status: Closed
Project: Migration 4.4 to 4.5 (closed)
Component/s: None
Affects Version/s: 1.1.3
Fix Version/s: 1.1.4

Type: Bug Priority: Critical
Reporter: wolf bubenik Assignee: Cesar Desales
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

mgnl core 4.5.4-patched
project: migros


Issue Links:
relation
is related to MGNLMIGRATION-93 ftl-Migration: New ftl-code must not ... Closed
Template:
Acceptance criteria:
Empty
Date of First Response:

 Description   

On main.ftl code like

[#if  def.mainArea.intro.enabled]
<div class="text">
    [#include  def.mainArea.intro.template ]
</div>
[/#if] 

is transformed into

[#--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 /] --] --]

instead of

[#if  def.mainArea.intro.enabled]
<div class="text">
    [#--OLD [#include  def.mainArea.intro.template ]--]  [@cms.area name = "intro" content=content /]
</div>
[/#if]


 Comments   
Comment by Cesar Desales [ 10/Oct/12 ]

The comments with markers OLD and NEW for new cms.area tags haven dropped

Comment by Jan Haderka [ 29/Mar/13 ]

Closing all issues resolved and released in 1.1.x versions w/o further review. (current latest version is 1.2.2)

Generated at Mon Feb 12 10:17:06 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.