Actions
Bug #82109
closedSorting of CEs in translation is wrong when localizing new CEs within gridelements
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
DataHandler aka TCEmain
Target version:
-
Start date:
2017-08-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
hard
Is Regression:
Sprint Focus:
Description
Situation¶
- 2 languages
- Gridelements
Steps¶
- Create an empty page
- Create a grid element container (eg with only 1 column) in default language
- Add 2 CEs to this grid container
- Translate the page (alt lang record)
- Translate the gridelement
The translation is correct at this stage. Continue with:
- Create a third CE inside the grid element in default language
- Open the grid element in the translation and use the "Synchronize" button in the IRRE field for the CEs
Result¶
The expected result would be to have all three CEs in the same order in both languages.
The actual result is that the newly translated CE has a rather arbitrary position (sorting value)
Solution / Cause¶
I did not investigate whether this issue stems from gridelements or from Core, but I presume this is a Core issue. (v8.7.4)
(This issue has also been seen on Core v7.)
At first point a solution for v8 would be appreciated.
Consequences of the issue¶
A BE user (not even admin) has a useful possibility to rearrange wrongly positioned elements.
This needs a manual fix in database (sorting column).
I found no feasible workaround for this issue for normal editors.
Updated by Jo Hasenau over 7 years ago
- Is duplicate of Bug #68040: Inline localize and/or synchronize does not respect sorting added
Updated by Markus Klein over 7 years ago
- Status changed from New to Closed
- Target version deleted (
Candidate for patchlevel)
Actions