Closed (fixed)
Project:
Migrate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2012 at 04:29 UTC
Updated:
14 Mar 2012 at 20:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dalinMigrate module has inconsistent naming compared with core ('term' vs. 'taxonomy_term'). This caused a typo.
Comment #2
mikeryanNo, that's wrong - taxonomy_term is the correct entity type. Where there is an issue is in MigrateDestinationTerm::fields() - it is invoking the fields handler with 'term' instead of 'taxonomy_term', preventing pathauto from showing up in the list of available destination fields (which does not prevent it from working when you do implement the mapping).
Comment #3
mikeryanCommitted to D6 and D7.