Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2015 at 04:25 UTC
Updated:
16 Oct 2015 at 19:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
quietone commentedComment #3
quietone commentedMake this a 'task', like the other Variable to config issues.
Comment #4
quietone commentedOnly have time to upload - have to catch a bus.
Comment #7
quietone commentedWell, I caught the bus, but left behind a typo and forgot to change MigrateDrupal6Test.
Comment #10
quietone commentedComment #11
quietone commentedComment #12
quietone commentedRerolled but making the interdiff fails.
The change was to move these changes made to the d6 test to the new d7 test. And change 'd6_search_page' to 'search_page'
Comment #13
quietone commentedComment #14
phenaproximaNo interdiff? No problem. :) I have a couple of minor things but this looks great otherwise.
Should be public static, and {@inheritdoc} for the doc comment.
entity_load() is deprecated -- use the static SearchPage::load() method instead.
Comment #15
phenaproximaWhoops.
Comment #16
quietone commentedAll fixed.
Comment #17
phenaproximaPreemptively RTBC :) DrupalCI passed the previous patch, so I see no reason why it shouldn't pass this one. Awesome work @quietone -- thanks!
Comment #18
webchickCommitted and pushed to 8.0.x. Thanks!