Needs work
Project:
Entity reference
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Apr 2013 at 01:23 UTC
Updated:
29 Jan 2019 at 22:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joel_osc commentedI have found something interesting...taxonomy_get_tree will return just the basic term information unless you set the entity_load flag. After which the title module will kick in and add the name_field information and change the term->name to the translated version. So this is potentially a one-line patch, except I have no idea the ramifications of doing this...maybe performance implications?
For discussion purposes, here is the patch.
Comment #2
chris matthews commentedThe 6 year old patch to EntityReference_SelectionHandler_Generic.class.php does not apply to the latest 7.x-1.x-dev and if still relevant needs a reroll.