Bug #86966
closedpages_language_overlay do not get the appendix from prependAtCopy on copy of a page
0%
Description
If a page is translated those records are not respected regarding the appendix from the "prependAtCopy" on the "label field" like it is done for pages during the copy process.
In combination of using e.g. realurl this could lead to serious problems, as it will create the same path for the page as for the original page and thus the original page doesn't get shown as there is a conflict regarding the path.
Current behavior
1. copy a page with some translations on
2. paste it via the page tree
Result:
1. page (default language, table "pages"): title gets the suffix that is written in "prependAtCopy"
2. translated pages (table "pages_language_overlay"): title is the same as on the original page
Expected result
Translated pages should also get the "suffix" written in $GLOBALS['TCA']['pages_language_overlay']['ctrl']['prependAtCopy'] during the copy process.
Updated by Gerrit Code Review almost 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/58932
Updated by Gerrit Code Review almost 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/58932
Updated by Gerrit Code Review almost 6 years ago
Patch set 3 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/58932
Updated by Riccardo De Contardi over 5 years ago
This issue is solved for version 9.5.5 and 10.0.0-dev (latest master) as far as I can see;
This is my test
1) TYPO3 with two languages (italian, english)
2) create a page and translate it
3) on pagetree, right click > copy
4) on pagetree, right click > paste after
Results:¶
- both the page and its translation were copied
- the copied page has the string (copy 1) appended to it.
- the copied translation has the string (copy 1) appended to it.
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Riccardo De Contardi almost 5 years ago
- Status changed from Under Review to Closed
- Assignee deleted (
Manuel Selbach) - Target version deleted (
Candidate for patchlevel)
I close this issue as it is working on 9.5.x; please reopen or ping me if it is still needed. Thank you.