When you manually create a path alias during a taxonomy term migration you'll get your manual path, plus the one that pathauto created.

Comments

dalin’s picture

Status: Active » Needs review
StatusFileSize
new372 bytes

Migrate module has inconsistent naming compared with core ('term' vs. 'taxonomy_term'). This caused a typo.

mikeryan’s picture

Project: Migrate Extras » Migrate
Component: Pathauto » Code
Status: Needs review » Needs work

No, 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).

mikeryan’s picture

Status: Needs work » Fixed

Committed to D6 and D7.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.