-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect sorting for translations in container v3.x #572
Comments
DenisMir
changed the title
Incorrect sorting values on nested containers lead to incorrect translations (sorting broken) - back in 3.x
Incorrect sorting for translations in container v3.x
Jan 14, 2025
achimfritz
added a commit
that referenced
this issue
Jan 18, 2025
when adding support for v13 condition with t3_origuid in datahandler hook was removed because TYPO3 dropped t3_origuid field this patch readds condition with l10n_source field instead of t3_origuid field Fixes: #572
achimfritz
added a commit
that referenced
this issue
Jan 18, 2025
when adding support for v13 condition with t3_origuid in datahandler hook was removed because TYPO3 dropped t3_origuid field this patch readds condition with l10n_source field instead of t3_origuid field Fixes: #572
achimfritz
added a commit
that referenced
this issue
Jan 24, 2025
when adding support for v13 condition with t3_origuid in datahandler hook was removed because TYPO3 dropped t3_origuid field this patch readds condition with l10n_source field instead of t3_origuid field Fixes: #572
Thank you very much for the quick fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TYPO3: 13.4.2 (or 12.4.24)
Container: 3.1.1
We recognized incorrect sorting values on translations in free mode (this is important). This problem only exists for container 3.x! (on 2.x it works)
We had a similar issue that was fixed for 2.x in the past: #425. But in this case the reason for the error seems not to be the same.
Here is an example on how to reproduce the error.
This results in the database as:
Now translate copy (free mode) the page. And you will get in the database:
So the sorting of CH1 and CH2 is incorrect now in the translation.
This is how it looks in the backend page module:
The text was updated successfully, but these errors were encountered: