I can't figure out how to export taxonomy terms into a features module in the wetkit distribution. The required modules are there, like UUID Features Integration, but there's nothing in the Create Feature page owing to the creation of a feature with Taxonomy trees, etc.

Any help would really be appreciated. Thanks.

CommentFileSizeAuthor
#2 uuid_term_entity_diff.png23.83 KBpacoup

Comments

druth’s picture

Go 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.

pacoup’s picture

StatusFileSize
new23.83 KB

This 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?

druth’s picture

I 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.

pacoup’s picture

Status: Active » Closed (fixed)