Closed (fixed)
Project:
Universally Unique IDentifier
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2012 at 03:27 UTC
Updated:
9 Mar 2012 at 15:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
neochief commentedIn addition to this patch, #1429596: Field Collection fields support also requires to be committed so that integration start working.
Comment #2
dixon_Looks interesting. I think it could be a good first step to place it inside
uuid.core.inc. I don't see any real problems with that. If we implement them on behalf of that module (using their namespace) it will be simple to move it over to the Field Collections module later on.One thing though, can you explain more about what this is:
I guess it's from Entity module's own export functionality. But why do we need it here, actually?
Comment #3
neochief commentedIf you'll use standart export to JSON like this:
entity_import() will try to save entities to database right away without using entity_uuid_save() which causes critical errors. So, the most obvious way was to get rid of standard export and render it as array.
Comment #4
vladsavitsky commentedThank you. I need Fields Collection support!
Comment #5
neochief commentedCommited!