Actions
Bug #97728
closedEmpty TCA config enablecolumns will throw undefined index warning when copyRecord is called
Status:
Closed
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
-
Start date:
2022-06-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
If you have an empty array for the TCA config enablecolumns
, the method copyRecord in the DataHandler class will throw an undefined index warning. See this line that is assuming the existence of a disabled
index:
Actions