Actions
Bug #75192
closedFluid Styled Content - CE type "special menu" wrong rendering on FE
Start date:
2016-03-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
TYPO3: latest master 8.0-dev with Fluid Styled Content
To reproduce:
1- TS setup:
page=PAGE lib.stdContent = FLUIDTEMPLATE lib.stdContent { templateName = Default templateRootPaths { 10 = fileadmin/Templates } variables { maincontent < styles.content.get } } page.10 < lib.stdContent
2- put in the file /fileadmin/Templates/Default.html:
{maincontent->f:format.raw()}
3- in your page, put a content element, type: special menus (e.g. "menu of selected pages")
4- result: the CE renders on frontend:
<ul class="ce-menu ce-menu-0"> <li> <a href="/index.php?id=5"> prova2 </a> </li> </ul>
addendum: same bug occurs with a simple:
page.10 < styles.content.get
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47524
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47524
Updated by Wouter Wolters over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cfb97aeb6237166ee94fc61c0b629e3c8e8762fe.
Actions