Closed (fixed)
Project:
Drupal core
Version:
8.3.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Apr 2017 at 12:52 UTC
Updated:
19 May 2017 at 15:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
phenaproximaHere's the initial patch, with test coverage.
Comment #4
phenaproximaNeeds reroll in the wake of #2665196: Migration for email fields is missing.
Comment #5
phenaproximaComment #7
phenaproximaNeeded a reroll, apparently, and a little more love to the auxiliary D6 field migrations in order to pass the tests. This is all now done.
Comment #9
phenaproximaThis should fix it! I also added support for migrating the field formatter setttings, plus test coverage of that.
Comment #10
phenaproximaHere's a review-only patch that excludes the fixture changes.
Comment #11
heddnThis is the ER field tests that I found. I think we should do some type check that the field is an ER field. Thanks for the review only patch. Makes it 10x easier to review.
Comment #12
phenaproximaGood call. I have added that, plus some assertions about the field config entity as well.
Comment #13
phenaproximaA review-only patch, to make the committers' lives easier.
Comment #14
heddnOptimistically changing status. Let's hope it comes back green.
Comment #15
phenaproximaReference field migrations are one of the final missing pieces of the complete migration path from D6 and D7. I've discussed with the other Migrate maintainers in IRC and there is consensus that this is Migrate critical.
Comment #19
catchCommitted/pushed to 8.4.x and cherry-picked to 8.3.x. Thanks!