Loading handlers/views_handler_field_entity.inc +3 −1 Original line number Diff line number Diff line Loading @@ -41,8 +41,10 @@ class views_handler_field_entity extends views_handler_field { // Initialize the entity-type used. $table_data = views_fetch_data($this->table); if (isset($table_data['table']['entity type'])) { $this->entity_type = $table_data['table']['entity type']; } } /** * Overriden to add the field for the entity id. Loading Loading
handlers/views_handler_field_entity.inc +3 −1 Original line number Diff line number Diff line Loading @@ -41,8 +41,10 @@ class views_handler_field_entity extends views_handler_field { // Initialize the entity-type used. $table_data = views_fetch_data($this->table); if (isset($table_data['table']['entity type'])) { $this->entity_type = $table_data['table']['entity type']; } } /** * Overriden to add the field for the entity id. Loading