Closed (works as designed)
Project:
Relation Select
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2011 at 14:31 UTC
Updated:
7 Aug 2012 at 01:08 UTC
Hello,
It would be nice to have a way to choose what field or fields should be used to display the entity in the fields widget instead of hardconding the usage of "title (node:nid)"
Thanks, regards,
Maurizio
Comments
Comment #1
steveoliver commentedYou can change the output of each relation field by overriding theme_relation_select_item_value(). See Using Theme Override Functions.