- 🇪🇸Spain tunic Madrid
Hi @joel_osc, thanks for the bug report.
I'm not sure I understand the patch. You say that the "French options contain incorrect vids" but currently the langcode is only used to "show revisions that are affected by the language that is being displayed."
The module uses this check:
if ($revision->hasTranslation($langcode) && $revision->getTranslation($langcode)->isRevisionTranslationAffected()) {
When the links are created no langcode is used.
This patch seems to use the interface langcode to filter available translations, so if for example you are in English interface you will only see revisions in English.
I know the translation system less than I would like so maybe I'm missing something here.
I'm working on the Drupal 10 release and I'll be happy to fix this there as well but I need more info to be sure what I'm doing.
- Status changed to Closed: outdated
4 months ago 8:59pm 11 December 2024 - 🇨🇦Canada joel_osc
Just noticed this issue (years later, sorry!), going to close it out as outdated. Still seeing some issues with multilingual content that is using content moderation. I will open up new issues as I characterize them... thank-you for your work on this module!
- 🇪🇸Spain tunic Madrid
Thanks for coming back and close the issue!
If you track down the mentioned issues to this module don't hesitate to open a new one.