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
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76454
Updated by Gerrit Code Review about 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76454
Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76416
Updated by Anonymous about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 077f123b8d720316c70f5c8efd4ec7fa42134212.
Actions