Actions
Bug #97999
closed"Undefined array key" error for TCA columns of type "none" in ElementInformationController
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-07-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When the element information window is opened for an Extbase object containing a TCA column of type "none", opening the window fails immediately with an exception "PHP Warning: Undefined array key "my_column_of_type_none" in..."
It seems the ElementInformationController is expecting a database field although "none" columns doesn't need a database field.
Actions