Is there a special reason why UUID support hasn't been added for Drupal 7.x? Can I request it? It would make a lot of sense in to set the UUID at the time of content creation during migration.

uuid.inc in migrate_extras 6.x looks very straight forward.

Thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pengo’s picture

I'm using uuid.inc from the 6.x branch, and it appears to work just fine.

garphy’s picture

Backported uuid.inc from 6.x

garphy’s picture

Status: Active » Needs review
saltednut’s picture

Version: 7.x-2.5 » 7.x-2.x-dev
FileSize
2.08 KB

The patch in #2 applies to dev.

If anyone would like to use this with Migrate 2.5, I have attached a patch that will apply to that release.

GuyPaddock’s picture

Issue summary: View changes

How do we handle parent term UUIDs?

GuyPaddock’s picture

I ended up further extending support for taxonomy terms so we can handle parents as well. I still need to roll this into a patch, but my current code is in comment #4 of #2124685.

GuyPaddock’s picture

Status: Needs review » Needs work

Setting to NW until we have parent hierarchy support.