Project

General

Profile

Actions

Bug #86966

closed

pages_language_overlay do not get the appendix from prependAtCopy on copy of a page

Added by Manuel Selbach over 5 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-11-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.

Actions #1

Updated by Gerrit Code Review over 5 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

Actions #2

Updated by Gerrit Code Review over 5 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

Actions #3

Updated by Gerrit Code Review over 5 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

Actions #4

Updated by Riccardo De Contardi almost 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.
Actions #5

Updated by Benni Mack almost 5 years ago

  • Target version changed from next-patchlevel to Candidate for patchlevel
Actions #6

Updated by Riccardo De Contardi about 4 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.

Actions

Also available in: Atom PDF