diff --git a/core/modules/views/lib/Drupal/views/Entity/View.php b/core/modules/views/lib/Drupal/views/Entity/View.php index 097059a..0d9f93c 100644 --- a/core/modules/views/lib/Drupal/views/Entity/View.php +++ b/core/modules/views/lib/Drupal/views/Entity/View.php @@ -272,8 +272,6 @@ public function toArray() { public function calculateDependencies() { parent::calculateDependencies(); - // Ensure that the view is dependant on the module that implements the view. - $this->addDependency('module', $this->module); // Ensure that the view is dependant on the module that provides the schema // for the base table. $schema = drupal_get_schema($this->base_table);