The logic for inserting a term or vocabulary should follow the same logic as node insertion, which is when a uuid is passed in as part of the data to be saved, that uuid should be used rather than generating a new one.

CommentFileSizeAuthor
uuid-hook-taxonomy.patch1.03 KBzroger

Comments

recidive’s picture

Status: Needs review » Fixed

Commited to CVS, thanks!

Status: Fixed » Closed (fixed)

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

rix.kostenko’s picture

In line 142 of uuid_term.features.inc exists the following line.

// TODO: remove when http://drupal.org/node/860442 is resolved.
uuid_set_uuid('taxonomy_term_data', 'tid', $data['tid'], $data['uuid']);

Given this is node/860442, i feel it might be useful to ascertain what the status of this is.

Thanks!!!!