Active
Project:
Content Taxonomy
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Nov 2011 at 10:17 UTC
Updated:
26 Apr 2012 at 23:04 UTC
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
Comment #1
jyee commentedFeatures 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