Closed (fixed)
Project:
References
Version:
7.x-2.0
Component:
Code: node_reference
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2012 at 13:22 UTC
Updated:
15 Feb 2012 at 20:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
yched commentedYou can set the view that is being used by editing the field settings (click on the field type name on the "Manage fields" page)
The view first needs to be edited to include a display of type 'References'.
The names of the impacted views were supposed to be displayed in notification messages during the D6->D7 field migration, but looking at the code, I now see that the names were not actually printed. Committed the attached patch to fix that.
Other than that, you can go to devel/php (requires Devel module) and type the following code :
dsm(field_info_field('field_YOUR_FIELD_NAME'));then dig in the 'settings' entry, you should find the view name in there.