Actions
Bug #78992
closedIconFactory::mapRecordTypeToOverlayIdentifier => Notice: Undefined index
Status:
Closed
Priority:
Could have
Assignee:
Category:
Backend API
Target version:
Start date:
2016-12-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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.
Actions