Task #95062
closedDeprecate $skipSorting argument for RelationHandler->writeForeignField
100%
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.
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70848
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70848
Updated by Stefan Bürk about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6a9130ec9c87003fbb3d0a606fabe2c31d5159a2.
Updated by Christian Kuhn almost 3 years ago
- Related to Task #96213: Remove deprecated code from RelationHandler added