Bug #70781
closedCopy from language behaves inconsistently
100%
Description
A recently introduced feature allows in the page module copying af content from other languages in the "languages" view of the page module. The behavior however is broken because the amount of copied elemtes or even the dropdown content may depend on whether a language is rendered before another.
I am not sure wht the intended behavior is, so let me tell you how to reproduce properly:
- Create at least three sys_languages.
- Create a new page and translate it in every language.
- Create a content element in the default language.
- Switch to "language" mode of page module via the dropdown at the top.
- Switch to "default" in the second dropdown to have all languages rendered next to each other.
- In the translation language that is rendered in the middle (this is important), create a TRANSLATION of the content element created on (3).
At this point we have the unwanted behavior. In the translation languages LEFT to the one you translated the content element in it is not suggested in the copy from language dropdown. Although in translation languages on the RIGHT it is. The reason is located in PageLayoutView and should't be that hard to fix.
Some more facts:- If you switch to a specific language on the second dropdon at the top (instead of default) the Translated CE never appears in the copy from language suggestion.
- If you create a CE in the same language as the translated one but without a langauge parent, it will show up on every copy from language dropdown.
So I guess the bug is not that the translated content element isnt shown left to the language it was created in but that it is showing in the copy from langauge dropdown on the right side? Because we dont want translated elements to be copyable from another language since they loose the relation to the original language parent on copying.
Updated by Mathias Schreiber about 9 years ago
- Status changed from New to Accepted
- Assignee changed from Daniel Goerz to Andreas Kienast
Updated by Gerrit Code Review about 9 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/44411
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Gerrit Code Review about 9 years ago
Patch set 16 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44460
Updated by Andreas Fernandez about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d860afbff9d314e019c6d61075d297ad4dcf8540.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed