Closed (fixed)
Project:
Migrate
Version:
7.x-2.x-dev
Component:
migrate_example
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2012 at 20:53 UTC
Updated:
27 Feb 2012 at 00:50 UTC
Thanks for providing such great examples!!!!
I tried to import terms with a hierarchy and ran into cryptic errors. The terms imported flat without the hierarchy.
After thinking about it it was obvious that I didn't import the parent terms first.
Adding another comment to line 102 of beer.inc would be helpful:
//make sure to import the parent terms first, see sort order above
A more "graceful" error handling would be another option.
thanks again
Comments
Comment #1
mikeryanAdded a comment to the query emphasizing the importance of migrating root terms first, thanks!