Needs work
Project:
UUID Features Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2011 at 10:45 UTC
Updated:
27 Jun 2014 at 06:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
fabsor commentedSetting status.
Comment #2
czigor commentedThe export seems to work for me with this patch. Have not tested the import yet but will do it soon.
Comment #3
czigor commenteduuid_node_find() does not exist in latest uuid.
Attached patch is tested to export and import node_references.
However, if the imported node does not exist before the import and it has a node reference to itself, the feature will be overriden and the node misses the self-node-reference. Reverting the feature fixes this.
Comment #4
czigor commentedOne file was left out from the prvious patch.
Comment #5
Jeffrey C. commentedNote that References is deprecated in favor of Entity Reference. So you're recommended to use Entity Reference instead of References (or its sub-modules).
Comment #7
boobaaRe #5: I prefer using Entity Reference instead of References, too – but Entity References are NOT exported by their UUID, either. However, that's another issue: #1973770: Integration with users, entityreference, taxonomy term references, field collections and nodequeue items, but I couldn't check that one yet.
Attached is a reroll of #4 against 7.x-1.0-alpha3.
Comment #9
Jeffrey C. commentedUnfortunately, at this time there's no plan to support the References module. Entity Reference is a well-maintained module which, I believe, is able to meet most people's needs in content referencing. Feel free to reopen the issue if you feel References has notable advantages over Entity Reference.
Comment #10
czigor commentedI don't know about any advantages of References over Entity Reference. For new sites I always use the latter. However, for old sites using former module this feature could be still very helpful.
Comment #11
das-peter commentedNow as #1973770: Integration with users, entityreference, taxonomy term references, field collections and nodequeue items is in this needs definitely a re-roll and could profit from the newly introduced entity hooks. See the new uuid_features.api.php file.