Closed (fixed)
Project:
Web Experience Toolkit (7.x)
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2014 at 18:35 UTC
Updated:
25 Mar 2014 at 15:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
druth commentedGo to configuration -> content authoring -> UUID features integration
on that page under "Exportable Taxonomy term bundles" check off the vocabularies you want to be able to export.
Comment #2
pacoup commentedThis works, which is really fantastic news, but I haven't been able to get the feature to show as not overwritten on a second server. It still works, but the diff is showing that the entity_id for each term doesn't match.
Trying to delete the taxonomy term and recreate it (revert) from the feature caused entity_id to increment for each term, which leads me to believe this can't be changed on the DB level (entity_id is an integer which can only increment and cannot be re-used).
Can anyone confirm this and/or provide a way for the entity_id to be changed in the DB to match the one in code, or did I do something wrong?
Comment #3
druth commentedI am not very knowledgeable in this area, but i believe that what you are asking is not possible. The feature cannot "force" entity id's because there is no guarantee that those entity id's aren't already used in the destination database, hence the use of "universally" unique identifiers.
Comment #4
pacoup commented