Bug #83721
closedPage translated using localization overview is shown as normal page L=0
100%
Description
In v9 when you translate a page using localization overview from the Info module
The page is create as a subpage of a given page instead of it's translation.
Translating a page uid =10, pid=5 results in page uid=11, pid=10, sys_language_uid= 0
Updated by Riccardo De Contardi over 6 years ago
- Category set to Backend User Interface
Still present on 9.2.0-dev
Updated by Susanne Moog about 6 years ago
- Target version changed from 9 LTS to Candidate for patchlevel
Updated by Christian Kuhn about 6 years ago
- Related to Bug #86181: Translation in the localisation overview creates pages instead of translations. added
Updated by Georg Ringer about 6 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- Target version changed from Candidate for patchlevel to 9 LTS
Updated by Georg Ringer about 6 years ago
better description in duplicate
Prerequisite: A system with two (probably more) languages. Create a few pages in the default language. Open the localisation overview in the info module. Select some (or all) pages in the column of the second language (checkboxes). Click on "Create new translation headers"-button at the top. Enter the translated titles. (Somewhat difficult because you can't see the original title. This may be the first indicator of the problem). Save See that subpages have been created for the pages, but no translations. Used TYPO3 Version is: 9.4
Updated by Benni Mack about 6 years ago
- Target version changed from 9 LTS to Candidate for patchlevel
This is a very nasty issue. This is related to the fact that we do this ugly "just localized" functionality (calling DataHandler and then redirecting to FormEngine via returnURL) which is broken now because we don't do pages_language_overlay now.
In the context of the Info => Localization Overview, we have to tackle that different - basically reworking the whole module IMHO.
possibility a) Rework module
- It is not possible to translate multiple records at once anymore but we introduce a button "Translate" for each langauge in each page.
possibility b) - rework "Just Localized" functionality
- We built a new pattern where edit document controller shows a new record translation before saving it - this has a bigger impact
Updated by Georg Ringer almost 6 years ago
- Has duplicate Bug #87490: New translations created using Info module are considered new pages added
Updated by Riccardo De Contardi about 5 years ago
- Related to Bug #89436: module WEB > list: localize a page does not work correctly added
Updated by Gerrit Code Review almost 5 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62874
Updated by Susanne Moog almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 18ed013f534cfc23c75e825606ba2b3d4fdeb449.
Updated by Gerrit Code Review almost 5 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62882
Updated by Susanne Moog almost 5 years ago
- Status changed from Under Review to Resolved
Applied in changeset f6bc1240bf952302b9edb603caf0d1cbf7caf2e0.