RE: http://drupalcode.org/project/uuid_features.git/commit/b7504e4

Although the feature is nice to have, there are use cases where we do not want UUID Features to force us to export terms along with vocabularies.

Comments

saltednut’s picture

Title: Optionally do not attempt to version uuid terms along with vocabulary. » Make exporting of uuid terms along with vocabulary optional and turned off by default.
Issue tags: +demo_framework
StatusFileSize
new1.52 KB

Here is a patch that introduces a new variable and turns this feature off by default. There are many cases where people would not be using uuid_term exports but still exporting a vocabulary. Just because the uuid_features module is enabled, it shouldn't imply that we want to do this by default. Its a nice thing to have if you want to turn it on, but there are sites with hundreds of thousands of taxonomy terms that would not want this. By making it turned off by default, it prevents sites from lots of unnecessary cleanup when building features.

Again: nice to have but not so nice as a default!

saltednut’s picture

Status: Active » Needs review
StatusFileSize
new1.57 KB

The last patch did not retain default settings from the set variable. My bad.

saltednut’s picture

Assigned: Unassigned » saltednut

Assigning this to myself. Please do not post additional patches. Code review welcome!

duaelfr’s picture

Status: Needs review » Reviewed & tested by the community
saltednut’s picture

Status: Reviewed & tested by the community » Fixed
saltednut’s picture

Assigned: saltednut » Unassigned

Automatically closed -- issue fixed for 2 weeks with no activity.