- First commit to issue fork.
- @theodorosploumis opened merge request.
- 🇬🇷Greece TheodorosPloumis Greece
We have the some problem on a migration from a 7.x multilingual Drupal (using module entity_translation → ) where the sorting of the revisions cause new Nodes on the 10.x Drupal to have a wrong "Original language" (source).
The sorting was like this (for an "en/de/nl/fr" language setup):
vid=1, language=de vid=1, language=en vid=1, language=fr vid=1, language=nl
The solution was to add an extra sortBy the "created" column because the source translation revision is always created first. After the patch the sorting was:
vid=1, language=en vid=1, language=de vid=1, language=fr vid=1, language=nl
Even with this patch we need to add specific Tests.
- Status changed to Postponed
13 days ago 7:51am 24 May 2025 - 🇳🇿New Zealand quietone
The Migrate Drupal Module was approved for removal in 📌 [Policy] Migrate Drupal and Migrate Drupal UI after Drupal 7 EOL Fixed .
This is Postponed. The status is set according to two policies. The Remove a core extension and move it to a contributed project → and the Extensions approved for removal → policies.
The deprecation work is in 📌 [12.x] [Meta] Tasks to remove Migrate Drupal module Postponed and the removal work in 📌 [12.x] [Meta] Tasks to remove Migrate Drupal module Postponed .
Migrate Drupal will not be moved to a contributed project. It will be removed from core after the Drupal 12.x branch is open.