Bug #91022
closedDataHandler->remapListedDBRecords_procInline should avoid array_map
100%
Description
From the review on
Should we trim and int cast in method `getAutoVersionId()`? AFAICS, the value is retrieved from there and could be handled there correctly also for all other usages. With that, the array_map would not be needed here and also the int cast for the update `$conn->update($tableName, $updateValues, ['uid' => (int)$uid])`.
Updated by Gerrit Code Review over 4 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/+/64160
Updated by Gerrit Code Review over 4 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/+/64160
Updated by Manuel Selbach over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9495098238e6467deeceac9c56d85d390f27d3c2.