Actions
Bug #58338
closedIn FE missing 'mod.wizards.newContentElement' TS with ::getPagesTSconfig
Start date:
2014-04-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
'mod.wizards.newContentElement' is not available in Frontend pageTS. Needed for EXT:feeditadvanced
Fix: Change (or Remove the if)
if (TYPO3_MODE === 'BE')
in /typo3/sysext/cms/ext_localconf.php to
if (TYPO3_MODE === 'BE' or TYPO3_MODE === 'FE' )
Bug comes from this change: https://review.typo3.org/27286
Files
Actions