Bug #86657
closedDataHandler: Missing timestamp parameter when getting RecordHistoryStore
100%
Description
In DataHandler::getRecordHistoryStore 4 parameters are provided when creating an instance of `RecordHistoryStore`: $userType, $userId, $originalUserId, $workspaceId.
RecordHistoryStore though takes 5: $userType, $userId, $originalUserId, $tstamp, $workspaceId. This would lead to wrong timestamps or, in my case of a newly create BE_USER object an SQL error because the timestamp is set to -99 (workspace id).
Updated by Gerrit Code Review about 6 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/58641
Updated by Gerrit Code Review about 6 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/58641
Updated by Georg Ringer about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a42e0f4873684589b6996c24d7f0a6cc5761b057.