[TASK] Add tests for copying localized content to non-translated page
Copy/move pages with existing translation into another site with different language setup results in orphaned problematic page translation records. It's not only about a complete page to another page, but also about copy/move of a record/content element to a page which does not have the same translations as the original page. This test verifies the current behavior as a basis for further discussions. Resolves: #103814 Related: #102345 Releases: main Change-Id: I1f4c1fb2155e303702832d969fff903fcdb09266 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83310 Reviewed-by:Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Eric Harrer <info@eric-harrer.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Eric Harrer <info@eric-harrer.de>
Showing
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/AbstractActionTestCase.php 28 additions, 2 deletions...nctional/DataScenarios/Regular/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/Modify/ActionTest.php 80 additions, 4 deletions...ts/Functional/DataScenarios/Regular/Modify/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/Modify/DataSet/copyLocalizedContent.csv 32 additions, 0 deletions...Scenarios/Regular/Modify/DataSet/copyLocalizedContent.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/Modify/DataSet/copyLocalizedContentToLocalizedPage.csv 36 additions, 0 deletions...ar/Modify/DataSet/copyLocalizedContentToLocalizedPage.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/Modify/DataSet/copyLocalizedContentToNonTranslatedPage.csv 32 additions, 0 deletions...odify/DataSet/copyLocalizedContentToNonTranslatedPage.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/Modify/DataSet/copyLocalizedContentToPartiallyLocalizedPage.csv 34 additions, 0 deletions.../DataSet/copyLocalizedContentToPartiallyLocalizedPage.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesDiscard/ActionTest.php 32 additions, 0 deletions...al/DataScenarios/Regular/WorkspacesDiscard/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesDiscard/DataSet/copyLocalizedContent.csv 3 additions, 4 deletions...egular/WorkspacesDiscard/DataSet/copyLocalizedContent.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesDiscard/DataSet/copyLocalizedContentToLocalizedPage.csv 31 additions, 0 deletions...esDiscard/DataSet/copyLocalizedContentToLocalizedPage.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesDiscard/DataSet/copyLocalizedContentToNonTranslatedPage.csv 27 additions, 0 deletions...scard/DataSet/copyLocalizedContentToNonTranslatedPage.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesDiscard/DataSet/copyLocalizedContentToPartiallyLocalizedPage.csv 29 additions, 0 deletions.../DataSet/copyLocalizedContentToPartiallyLocalizedPage.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesModify/ActionTest.php 124 additions, 0 deletions...nal/DataScenarios/Regular/WorkspacesModify/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesModify/DataSet/copyLocalizedContent.csv 32 additions, 0 deletions...Regular/WorkspacesModify/DataSet/copyLocalizedContent.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesModify/DataSet/copyLocalizedContentToLocalizedPage.csv 36 additions, 0 deletions...cesModify/DataSet/copyLocalizedContentToLocalizedPage.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesModify/DataSet/copyLocalizedContentToNonTranslatedPage.csv 32 additions, 0 deletions...odify/DataSet/copyLocalizedContentToNonTranslatedPage.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesModify/DataSet/copyLocalizedContentToPartiallyLocalizedPage.csv 34 additions, 0 deletions.../DataSet/copyLocalizedContentToPartiallyLocalizedPage.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesPublish/ActionTest.php 52 additions, 0 deletions...al/DataScenarios/Regular/WorkspacesPublish/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesPublish/DataSet/copyLocalizedContent.csv 32 additions, 0 deletions...egular/WorkspacesPublish/DataSet/copyLocalizedContent.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesPublish/DataSet/copyLocalizedContentToLocalizedPage.csv 36 additions, 0 deletions...esPublish/DataSet/copyLocalizedContentToLocalizedPage.csv
- typo3/sysext/core/Tests/Functional/DataScenarios/Regular/WorkspacesPublish/DataSet/copyLocalizedContentToNonTranslatedPage.csv 32 additions, 0 deletions...blish/DataSet/copyLocalizedContentToNonTranslatedPage.csv
Please register or sign in to comment