Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2015 at 14:49 UTC
Updated:
28 Sep 2015 at 20:24 UTC
Jump to comment: Most recent
Comments
Comment #1
phenaproximaContent and taxonomy migrations are now in core, so this is thoroughly unblocked :)
Comment #2
phenaproximaComment #3
svendecabooterI tested this, and the {forum} and {forum_index} tables already get filled with the proper values because of the forum node migration (through forum_node_presave in forum.module).
So doesn't seem there should be a migration template for those 2 tables.
If the settings get migrated in #2353703: Variable to config: forum.settings [d7], does there still need to be created something? Maybe just a testcase to check if the tables contain the proper data after the migration is finished?
Comment #4
phenaproximaIf {forum} and {forum_index} are filled in, then we're good. A test case couldn't hurt, but it's probably already covered by Forum itself. Once the forum settings migration is in, I think we can consider this issue done.
Comment #5
phenaproxima#2353703: Variable to config: forum.settings [d7] has landed, which completes the Forum migration path as discussed. Hell yeah!