Actions
Bug #99015
closedNew Content Element Wizard Item without description (or without title)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2022-11-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
adding an item to the new Content Element Wizard without description, e.g.
$ts = 'mod.wizards.newContentElement.wizardItems.common.elements.accordion {
title = foo
}
mod.wizards.newContentElement.wizardItems.common.show = *
';
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig($ts);
trigger a
PHP Warning: Undefined array key "description" in /var/www/html/vendor/typo3/cms-backend/Classes/Controller/ContentElement/NewContentElementController.php line 269
TYPO3 v11 and v12 with PHP 8.1
Actions