Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Jan 2014 at 21:37 UTC
Updated:
26 Mar 2015 at 11:24 UTC
Jump to comment: Most recent
Comments
Comment #1
wim leersComment #2
damiankloip commentedNot really sure the best way do deal with this particular issue, as views mainly care about tables, which is why entities in relationships works. Wouldn't this need to look at the entity type, get the field definitions, then check if there are any references for fields like author? But also, only when this is using the entity row style plugin. As fields could not be showing anything about the related stuff, or it could.... can go both ways :/
Comment #3
wim leersComment #4
dawehnerDepends on #2318377: Determine whether a view is cacheable and its required contexts, store this i/t config entity
Comment #5
wim leers#2318377: Determine whether a view is cacheable and its required contexts, store this i/t config entity landed, so this is unblocked now. I don't understand why this issue was blocked on that one though.
Comment #6
wim leersIIRC, the data used to contain the entire serialized entity, including the taxonomy term. That's why it should've had that tag. But today, it only contains the NIDs of the matching fields. So, that critique is dropped.
Therefore, there is nothing left to do here!