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
Updated by Markus Klein over 10 years ago
- Priority changed from Should have to Must have
- Is Regression changed from No to Yes
Updated by Gerrit Code Review over 10 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/29729
Updated by Markus Klein over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 553af14ed5f418ca2a7f8e4dca09a606cb06536c.
Actions