I had an issue whereby Entity Reference fields were showing the entity_id instead of the entity_title/name, etc. Here is a patch that fixes that. Also, Organic Groups is using entity_reference widget, but does not use its storage, so this presents an issue with NULL values. I have also added a filter to the options for NULL and Empty values.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

infojunkie’s picture

Status: Active » Needs review
kitikonti’s picture

Had the same problem, the patch works but was made in the wrong level. to apply you have to use "patch -p2 < ....."

infojunkie’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

This module has been deprecated in favour of https://drupal.org/project/views_selective_filters. Please test there and reopen if necessary.