Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Apr 2014 at 21:05 UTC
Updated:
29 Jul 2014 at 23:32 UTC
Jump to comment: Most recent
Comments
Comment #1
ultimikeComment #2
mikeryanI think the behavior is correct - we should preserve the content types from D6 as they are, I don't think the fact that the standard D6 profile had a 'story' content type and D7/D8 standard profiles have an 'article' content type means that we must assume the content type name should change in migration. Note that the D6->D7 upgrade process does not alter story content to become articles.
Comment #3
ultimike@mikeryan,
That makes sense - I think we just need to be sure we document this somewhere so users understand it is intentional.
-mike
Comment #4
ultimikeComment #5
star-szrDocument where? This needs a clearer starting point for it to be a good novice issue IMO :)
Comment #6
star-szrComment #7
ultimikeThat's a great question - one I don't have a clear answer for. Migrate documentation is mainly developer-centric at this point, but I think we need to add a "what to expect" type of section with details like this one...
-mike
Comment #8
Anonymous (not verified) commentedI have added this to Known issues with the Drupal 6 -> 8 migrate path and modified it to not be simply "excluded" items, but simply a generic "known issues" for D6->D8.
Updated the tags on that page to target the appropriate audiences. While I was at it I added a note about Views being a core component that will not be migrated within the core package.