Closed (fixed)
Project:
Entity Reference View Widget
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 15:01 UTC
Updated:
19 Jan 2012 at 15:30 UTC
Views that use the country entity as base table do not seem to allow the "Entityreference View Widget" display. This bug could be caused by either modules, or both.
Comments
Comment #1
bojanz commentedThis is a bug in the countries module.
It needs to declare the entity type for its table in hook_views_data (something like $table['country']['entity type'] = 'country' or whatever).
This is a convention that all entity-providing modules should follow (and indeed, Entity API does it for all of its automatic views integration), regardless of Entityreference View Widget.