Bug #78761
closedDataHandler calls ReferenceIndex mutliple times with same input arguments
100%
Description
When copying etc. a record via DataHandler and the record does cascading operations, which then fill the reference index updating stack, the stack gets processed at the end of the command. However, the reference index updating stack contains duplicate instructions to call reference index updating with the exact same table and uid multiple times.
A small check can be implemented where the reference index gets updated based on the collected stack; checking that the method does not get called twice with the same arguments.
Updated by Gerrit Code Review about 8 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/50724
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50774
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50774
Updated by Gerrit Code Review almost 8 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/50724
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50774
Updated by Anonymous almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4fa0dbe22bbdaee7460a31f8c02d833298d83cf7.