Actions
Task #95062
closedDeprecate $skipSorting argument for RelationHandler->writeForeignField
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-08-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
DataHandler property $callFromImpExp was never used. Only usage was in DataHandler itself to RelationHandler->writeForeignField as argument.
As it was never used in the impexp, and also marked as internal, property can be removed directly.
As there were no other usaged of the $skipSorting argument for RelationHandler->writeForeignField method invoking exept that one place,
deprecated that method if it is called with it and remove it with v12.
Actions