Project

General

Profile

Actions

Bug #58338

closed

In FE missing 'mod.wizards.newContentElement' TS with ::getPagesTSconfig

Added by Gerrit Mohrmann almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
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

ModWizardNewContentElementBug.diff (568 Bytes) ModWizardNewContentElementBug.diff Gerrit Mohrmann, 2014-04-29 18:23

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #55593: Cleanup ext_localconf.php of system extensionsClosedBenni Mack2014-02-02

Actions
Actions

Also available in: Atom PDF