- 🇨🇦Canada joseph.olstad
please try the latest release
https://www.drupal.org/project/entityreference/releases/7.x-1.9 →
I'm getting a notice:
Undefined property: entityreference_plugin_display::$id_field_alias in entityreference_plugin_style->render() (line 50 of [...]/views/entityreference_plugin_style.inc).
When the view I attach to an invalid argument (which causes the query to not exectute and therefore entityreference_plugin_display::query() to not complete). Simple fix is to add
class entityreference_plugin_display extends views_plugin_display {
public $id_field_alias;
To the top of the class.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
please try the latest release
https://www.drupal.org/project/entityreference/releases/7.x-1.9 →