[BUGFIX] Do not translate move pointers in workspace
When a moved content element in a workspace got copied (or the whole page that the content element is put), then the content element is added twice to the target page. This patch skips moved placeholders completely. Resolves: #92388 Releases: master, 10.4 Change-Id: I8c1b4631627eef80b1740c77b63e541d36ab5f53 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65838 Tested-by:Oliver Hader <oliver.hader@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 11 additions, 0 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/AbstractActionTestCase.php 2 additions, 1 deletion...unctional/DataHandling/Regular/AbstractActionTestCase.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changeContentSortingAndCopyDraftPage.csv 3 additions, 8 deletions...r/Modify/DataSet/changeContentSortingAndCopyDraftPage.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php 13 additions, 0 deletions...ts/Functional/DataHandling/Regular/Publish/ActionTest.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/DataSet/changeContentSortingAndCopyDraftPage.csv 48 additions, 0 deletions.../Publish/DataSet/changeContentSortingAndCopyDraftPage.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/DataSet/changeContentSortingAndCopyDraftPage.csv 2 additions, 5 deletions...blishAll/DataSet/changeContentSortingAndCopyDraftPage.csv
Please register or sign in to comment