Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Mar 2014 at 08:34 UTC
Updated:
29 Jul 2014 at 23:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerComment #2
chx commentedNote that migrate_drupal runs migrate_drupal_module_implements_alter to nuke book_node_presave then copies it to migrate_drupal_node_presave with a killswitch:
this shouldn't be necessary.
Comment #3
dawehnerSomething like this.
Comment #4
chx commentedComment #5
chx commentedI can confirm this solves the problem migrate faces; assigning to pwolanin for review.
Comment #6
pwolanin commentedLooks ok, though all the hook_node_X implementations should be using NodeInterface. I guess we can fix that in a follow-up.
Comment #7
pwolanin commented3: book-2218691-3.patch queued for re-testing.
Comment #8
dawehnerAdding all the tags.
Comment #10
dawehner3: book-2218691-3.patch queued for re-testing.
Comment #11
chx commentedBack to RTBC after bot fluke.
Comment #12
webchickFixing tag so I can find this again once it's back from testbot.
Comment #13
pwolanin commentedun-assigning since the review is done
Comment #14
catchCommitted/pushed to 8.x, thanks!