Bug #84037
closedMass publishing changes from a workspace only publishes 30 items
100%
Description
After upgrading to TYPO3 8.7 the Mass Publish action does not work as expected. We have an extension that imports many custom domain models in a given workspace and we used to publish all changes at once (sometimes 9000 objects have been created or updated).
With TYPO3 7.6 we could publish all items using the mass action at once. Changes were processed stepwise (30 items per run), but the one the action was started it run until all items were published.
With TYPO3 8.7 only 30 items are processed even using the Mass Publish action.
The problem is located in the JavaScript code. The total count and the number of processed items are returned, but not evaluated. Even if the number of processed items is lower than the total count, no subsequent requests to publish the remaining changes are sent.
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55896
Updated by Gerrit Code Review over 6 years ago
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/55933
Updated by Gerrit Code Review over 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/55933
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55933
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55933
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55933
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55896
Updated by Benedikt Huss over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fff0d7a7df97053cb033d9aed9e84ce36eef07c5.