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.
| Comment | File | Size | Author |
|---|---|---|---|
| uuid-hook-taxonomy.patch | 1.03 KB | zroger |
Comments
Comment #1
recidive commentedCommited to CVS, thanks!
Comment #3
rix.kostenko commentedIn 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!!!!