Needs work
Project:
UUID Features Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2012 at 16:37 UTC
Updated:
19 Dec 2014 at 06:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lklimek commentedIt seems that some work was done in #1973770: Integration with users, entityreference, taxonomy term references, field collections and nodequeue items and committed a few months ago, but it still doesn't work :(
For example, the code depends on setting the variable uuid_features_entity_field_collection_item, and I can't see any place in the code where this value can be changed.
Comment #2
lklimek commentedAttached patch adds "field collection" to feature creation screen and makes some progress, but it's still not working well for me (I have a complex structure of field_collection embedding another field_collection embedding term_reference...)
Comment #3
MatthewHager commentedField collection support was added in #1973770 but I'm having issues with it adding extra escape sequences to the exported feature. I haven't been able to track down where the issue originates.
Here is an example:
You can see that the uri is messed up and where I redacted the uuid_features_file_data, that also contained a bunch of weird double backslash escaped slashes.
To fix the issue I added:
right before the export function returns in order to remove all the extra slashes. This fixed it and now I can import and export field collections. :)
Attached is my patch.
Comment #4
MatthewHager commentedHere is another patch rolled with --no-prefix --relative for drush make.