When I export a content taxonomy field with features and import it at other site, the vocabulary relationship is gone.

I defined a field called field_tx_tags and related to the vocabulary Tags, but if I import both field and vocabulary in other site the Vocabulary option of my field is the first vocabulary available in this site.

Comments

jyee’s picture

Features exports the information about vocabularies and uses that to recreate the vocabulary, which can (and often will) generate new/different VIDs. The problem is that Content Taxonomy exports the field's VID, which does not match the newly created VID.

This issue also has some discussion here: http://drupal.org/node/1421388