[BUGFIX] Ignore placeholders when copying records
Copying records would make placeholders for draft elements visible in the copy. This is due to the fact that t3ver_state information is removed upon copy and the records itself are not ignored either. To circument that, now only relevant records are selected for each scope, being live workspace or any draft workspace. This also means, that new placeholders are copied if the process has been initiated on a real draft workspace, which does not happen if the duplication process was triggered in the live workspace. Resolves: #36946 Resolves: #42075 Releases: master, 6.2 Change-Id: I0952d1a46d1cc02e0ec97f7cbbc9abc700e00c07 Reviewed-on: https://review.typo3.org/11076 Reviewed-by:Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 89 additions, 7 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/DataSet/copyPageWHotelBeforeParentContent.csv 21 additions, 21 deletions...ield/Modify/DataSet/copyPageWHotelBeforeParentContent.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/Publish/DataSet/copyPageWHotelBeforeParentContent.csv 10 additions, 10 deletions...eld/Publish/DataSet/copyPageWHotelBeforeParentContent.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/ForeignField/PublishAll/DataSet/copyPageWHotelBeforeParentContent.csv 10 additions, 10 deletions.../PublishAll/DataSet/copyPageWHotelBeforeParentContent.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php 32 additions, 32 deletions...sts/Functional/DataHandling/Regular/Modify/ActionTest.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changeContentSortingAndCopyDraftPage.csv 4 additions, 6 deletions...r/Modify/DataSet/changeContentSortingAndCopyDraftPage.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/changeContentSortingAndCopyLivePage.csv 2 additions, 3 deletions...ar/Modify/DataSet/changeContentSortingAndCopyLivePage.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createContentAndCopyLivePage.csv 0 additions, 1 deletion...g/Regular/Modify/DataSet/createContentAndCopyLivePage.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createNestedPagesAndCopyLiveParentPage.csv 0 additions, 2 deletions...Modify/DataSet/createNestedPagesAndCopyLiveParentPage.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/createPageAndCopyLiveParentPage.csv 0 additions, 1 deletion...egular/Modify/DataSet/createPageAndCopyLiveParentPage.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/deleteContentAndCopyDraftPage.csv 2 additions, 4 deletions.../Regular/Modify/DataSet/deleteContentAndCopyDraftPage.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentAndCopyDraftPage.csv 4 additions, 6 deletions...ng/Regular/Modify/DataSet/moveContentAndCopyDraftPage.csv
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/moveContentAndCopyLivePage.csv 0 additions, 1 deletion...ing/Regular/Modify/DataSet/moveContentAndCopyLivePage.csv
Please register or sign in to comment