Closed (duplicate)
Project:
UUID Features Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2013 at 19:23 UTC
Updated:
6 Dec 2013 at 15:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
acrollet commentedAfter digging in, I discovered that the problem goes something like this:
1. title.module adds name_original and description_original properties to taxonomy terms, and
2. In uuid_term_features_export_render, entity_uuid_load is called with reset = TRUE, which causes those properties not to be exported:
The attached patch changes the call to entity_uuid_load not to reset. I've been unable to find any drawbacks with my patch in place, term parent information is preserved, and features now properly show in default state. However, I don't have a test case for why the approach was used in the first place. It would be awesome if RobLoach could weigh in, since he wrote these lines...
Comment #2
saltednutIn an effort to get a bunch of stuff in, a meta patch was filed that is going in. Sorry about this.
#2149949: Multiple Patches need to be committed to UUID Features and have been rolled into one.