Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
9 Oct 2014 at 18:56 UTC
Updated:
10 Nov 2014 at 10:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ultimikeComment #2
micnap commentedComment #3
micnap commentedMike,
Not sure how to handle this one. forum_nav_vocabulary sets the vid of the vocabulary to use for the forum vocabulary. That's likely going to be different between d6 and d8. I'm guessing code will have to be written to check the vocabulary name? Or what would be the best way to handle this?
Comment #4
ultimikeHmm - I'm thinking we could make this migration dependent on the d6_taxonomy_vocabulary migration (so vocabularies are migrated first), then use the migration plugin...
-mike
Comment #5
micnap commentedPatch attached.
Comment #6
micnap commentedSecond attempt.
Comment #7
ultimikeComment #8
benjy commentedLooks good.
Comment #9
alexpottCommitted f4b4adf and pushed to 8.0.x. Thanks!