Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2016 at 20:17 UTC
Updated:
12 May 2016 at 16:24 UTC
Jump to comment: Most recent
Comments
Comment #2
dawehnerThis sounds really similar to #2714989: Views which load the same entity type as entity and non default revision cause fatal in Sql::getCacheTags() to be honest, it would be great if you could test the patch on that issue.
Comment #3
dawehnerBy reading your description this could be totally caused by the wrong way how we load entities and revisions. Given that I feel quite positive that the other issue resolves your problem.
Comment #4
traviscarden commentedThanks, @dawehner. The patch in #2714989-14: Views which load the same entity type as entity and non default revision cause fatal in Sql::getCacheTags() sure seems to fix this problem. Marking fixed. Thanks!!