Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
migration system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Jul 2015 at 21:01 UTC
Updated:
17 Aug 2015 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mikeryanModify the test to fulfill the new dependency.
Comment #3
mikeryanBlocking #2513028: Migration dependency ordering should be in migrate, not migrate_drupal.
Comment #4
phenaproximaLooks divine.
Comment #5
webchickThe patch looks straight-forward. The only thing I was confused about is why there were no tests to show whatever got broken got fixed. @mikeryan explained that this doesn't actually break anything in HEAD; the work done in #2513028: Migration dependency ordering should be in migrate, not migrate_drupal will expose the error, and the tests there will also ensure we don't break this again.
Works for me. Committed and pushed to 8.0.x. Thanks!