Actions
Bug #84052
closedMenuProcessor does not respect default page target configuration
Start date:
2018-02-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
How to reproduce¶
Create a page tree containing external links
Add TypoScript
config { intTarget = extTarget = _blank fileTarget = _blank }
Define a menu
lib.menu = FLUIDTEMPLATE lib.menu { file = EXT:.....Menu.html dataProcessing { 10 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor 10 { entryLevel = 0 levels = 1 titleField = nav_title // title as = menu } } }
Debug template menu
<ul> <f:for each="{menu}" as="page"> <li> <f:debug>{page}</f:debug> </li> </f:for> </ul>
Target is empty... but it should not, right ?!
Thanks for reading.
Files
Actions