Resolved bugs

Release date:Friday, September 4, 2009
C1 Version:Composite C1 1.2 SP2 (1.2.3534.23578)...
DescriptionWhen a Layout Template is created, a physical XML file is created, named like the Layout Template (title). If the Layout Template is later renamed, the XML file name is NOT changed. This behaviour is not directly breaking functionality, but it's confusing for developers who tries to find the XML file of a (renamed) Layout Template.

A more serious situation can arise if a new Layout Template is created, using an "old name". Then the two layout templates will start to use the same physical XML file.

Repro:
1. Create a new layout template, name it "Standard"
2. Rename it to "Frontpage"
3. Create a new layout template, name it "Standard"
4. Notice that the two start to share the same XML file - i.e. changes made to file "Frontpage" is also made to "Standard"
Known work around:N/A