Project

General

Profile

Actions

Bug #78992

closed

IconFactory::mapRecordTypeToOverlayIdentifier => Notice: Undefined index

Added by Alexander Opitz over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Could have
Category:
Backend API
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

Also available in: Atom PDF