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

bojanz’s picture

Category: bug » support
Status: Active » Fixed

This 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.