diff --git a/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php b/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php index ba11833..c9997b2 100644 --- a/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php +++ b/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php @@ -44,7 +44,6 @@ public function buildOptionsForm(&$form, &$form_state) { * {@inheritdoc} */ public function query() { - $this->ensureMyTable(); $this->addAdditionalFields(); }