Actions
Bug #32946
closedCore has a XML syntax dependency on templavoila
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-01-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The TYPO3 core still uses "tx_templavoila" in a XML structure for referencing the title for a structure like FlexForms with sections etc. This means that code always looks / looked like this:
<tx_templavoila>
<title>ABCDEF</title>
</tx_templavoila>
you can see this in EXT:cms/flexform_media.xml.
The change in the Core is to support the new format (without nesting in tx_templavoila) and deprecate but still support the old format (see above).
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7663
Updated by Benni Mack almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8bce878abc2926cda818b068b254265e3f5596da.
Actions