When you manually create a path alias during a taxonomy term migration you'll get your manual path, plus the one that pathauto created.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | migrate_extras_term_pathautho-1404732-1.patch | 372 bytes | dalin |
When you manually create a path alias during a taxonomy term migration you'll get your manual path, plus the one that pathauto created.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | migrate_extras_term_pathautho-1404732-1.patch | 372 bytes | dalin |
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.