diff core/modules/views/src/EntityViewsData.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 1fec387a4317
children 129ea1e6d783
line wrap: on
line diff
--- a/core/modules/views/src/EntityViewsData.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/core/modules/views/src/EntityViewsData.php	Tue Jul 10 15:07:59 2018 +0100
@@ -253,6 +253,9 @@
     }
 
     $this->addEntityLinks($data[$base_table]);
+    if ($views_revision_base_table) {
+      $this->addEntityLinks($data[$views_revision_base_table]);
+    }
 
     // Load all typed data definitions of all fields. This should cover each of
     // the entity base, revision, data tables.