[BUGFIX] Skip swapping/publishing of deleted records
In case a content element and the accordant page have been deleted in separate actions and get published together, the workspace process will trigger an error message since the removed content element cannot be published anymore (since it has been processed already with the page). To avoid this behavior deleted records are collected and checked in the workspace swapping/publishing process. Change-Id: If04a198abf81efdc88e75da79da0c01cfaa361ff Resolves: #47384 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/23129 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
Showing
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 25 additions, 0 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/version/Classes/Hook/DataHandlerHook.php 5 additions, 0 deletionstypo3/sysext/version/Classes/Hook/DataHandlerHook.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/AbstractActionTestCase.php 9 additions, 0 deletions...unctional/DataHandling/Regular/AbstractActionTestCase.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php 13 additions, 0 deletions...sts/Functional/DataHandling/Regular/Modify/ActionTest.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deleteContentAndPage.csv 16 additions, 0 deletions...aHandling/Regular/Modify/DataSet/deleteContentAndPage.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php 14 additions, 0 deletions...ts/Functional/DataHandling/Regular/Publish/ActionTest.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/deleteContentAndPage.csv 17 additions, 0 deletions...Handling/Regular/Publish/DataSet/deleteContentAndPage.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/ActionTest.php 14 additions, 4 deletions...Functional/DataHandling/Regular/PublishAll/ActionTest.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/deleteContentAndPage.csv 17 additions, 0 deletions...dling/Regular/PublishAll/DataSet/deleteContentAndPage.csv
Please register or sign in to comment