Closed (fixed)
Project:
UUID Features Integration
Version:
7.x-1.x-dev
Component:
uuid_term
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2013 at 02:09 UTC
Updated:
10 Jul 2013 at 21:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
geerlingguy commentedSame error shows up whenever I visit the 'recreate' page for a feature.
Comment #2
saltednutI too have seen this, looking into it.
Comment #3
rsorokine commentedThis only happens when your vocabulary has no terms (yet). You have three options:
1) ignore the error
2) create at least one term in vocabularies referenced by the feature
2) patch uuid_features.module. Add this line before the line 69:
Comment #4
saltednutComment #5
geerlingguy commentedPatchified #3 (change is line 100 of uuid_features.module as of this comment) - works for me, and applies cleanly to -dev.
Comment #6
saltednutAwesome, thanks @geerlingguy!
http://drupalcode.org/project/uuid_features.git/commit/d34d00f
Comment #7
geerlingguy commentedThanks for committing it :)