diff --git a/core/modules/views/views_ui/lib/Drupal/views_ui/ViewListController.php b/core/modules/views/views_ui/lib/Drupal/views_ui/ViewListController.php index 09bf0ca..7bb130e 100644 --- a/core/modules/views/views_ui/lib/Drupal/views_ui/ViewListController.php +++ b/core/modules/views/views_ui/lib/Drupal/views_ui/ViewListController.php @@ -95,7 +95,7 @@ public function getOperations(EntityInterface $view) { 'weight' => 15, ); - // Restore AJAX functionality to enable/disable operations. + // Add AJAX functionality to enable/disable operations. foreach (array('enable', 'disable') as $op) { if (isset($definition[$op])) { $definition[$op]['ajax'] = TRUE;