Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 May 2019 at 14:45 UTC
Updated:
5 Jul 2021 at 10:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #5
quietone commentedThe remaining candidates for moving are
I suppose node and user reference can go to the fields modules and blog to the node module. Then the remaining items are for sources that don't have an upgrade path, e.g. PHP module. And there is one outlier,
Comment #7
marvil07 commentedThe changes here follow the description on the issue.
I was confused about
references_uuid, looking at the log, I see that line was added at #2814953: Migrate Drupal 7 node/user reference fields, and there I found that module lived at D7 references module.I found only a few matches to the module name at
core/modules/migrate_drupal/tests/fixtures/drupal7.php, apart from the modified YAML.It sounds like that can wait till the migrations related to that module are finished, and if they are, we may have an answer.
Hint: there may be an answer on the long thread at the mentioned issue, if someone is interested.
Moving as NW for a re-roll, needed because of 21f096acfda0b2f16c3ccbd341734b3c4677b365 changing one of the context lines.
Hint: git apply fails, but patch -p1 works.
Comment #8
marvil07 commentedComment #9
quietone commentedThanks marvil07.
Comment #10
marvil07 commented@quietone, thanks for the re-roll.
Moving to RTBC now.
Comment #13
catchCommitted/pushed to 9.3.x and cherry-picked to 9.2.x, thanks!