Right now when you export a taxonomy vocabulary as part of a feature, the 'hierarchy' is exported as part of it. This represents the depth of all the terms currently on that vocabulary. It will result in the feature being overridden if an end-user adds or removes a level of child terms.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | features-exclude-taxonomy-hierarchy-2604554-2.patch | 345 bytes | cboyden |
Comments
Comment #2
cboyden commentedHere's a patch that looks like it should do the right thing, but doesn't seem to be having any effect.
Comment #3
dsnopekThe patch worked for me with the latest version of Features!
I suspect you're using a version of Features before this commit was made:
http://cgit.drupalcode.org/features/diff/features.export.inc?id=7c288b13...
Comment #4
cboyden commentedYes, thanks @dsnopek, that was the problem!
Comment #5
cboyden commentedComment #6
cboyden commentedComment #8
mpotter commentedCommitted to 095ee1b.