Bug #78992
closedIconFactory::mapRecordTypeToOverlayIdentifier => Notice: Undefined index
100%
Description
In 7.6 LTS I get
Notice: Undefined index: typeicon_classes in /vagrant/webapp/htdocs/public/typo3_src/typo3/sysext/core/Classes/Imaging/IconFactory.php on line
$GLOBALS['TCA'][$table]['ctrl']['typeicon_classes'] IMHO not needed to be set in TCA so shoud be checked
Notice: Undefined index: nav_hide in /vagrant/webapp/htdocs/public/typo3_src/typo3/sysext/core/Classes/Imaging/IconFactory.php on line 266
Notice: Undefined index: enablecolumns in /vagrant/webapp/htdocs/public/typo3_src/typo3/sysext/core/Classes/Imaging/IconFactory.php on line 269
nav_hide do not need to be inside a record and in TCA enablecolumns do not need to be defined. So we should check.
Updated by Gerrit Code Review almost 8 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/50971
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50971
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51217
Updated by Alexander Opitz almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b52d97a6eadd3d170176e52dab8891076ecddb9e.