Active
Project:
Field converter
Version:
7.x-1.x-dev
Component:
Migration plans
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2010 at 22:35 UTC
Updated:
1 Apr 2010 at 15:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedNotes:
- due to core Profile not being a FieldAPI module, User terms needs to continue supporting this. Hence migration is optional (and one-way!)
- add an option (and a form?) to only migrate vocabularies that are on the account page?
Comment #2
joachim commentedInstructions for setting up a test environment:
- Install D7
- Enable devel, devel generate
- Enable user_terms
- Generate 0 vocabs (ie put them into the existing tags vocab), 20 terms (more than 1 vocab and you run into issues with which terms are in which vocabs)
- Generate 10 users
- Import the attached SQL file. This inserts dummy data into term_user and sets the variables that the migration plan expects to find.
Comment #3
joachim commentedStill todo:
- adapt object manipulation to use information from hook_field_schema() so values go into the right place!
Comment #4
joachim commentedThis now works! :D