From c90392875c0455434b5906a31775d99cb447b526 Mon Sep 17 00:00:00 2001 From: xjm Date: Fri, 17 Nov 2017 15:58:33 -0500 Subject: [PATCH] Issue #2923302 by MaskOta, tstoeckler, andrewmacpherson: Module install table is missing the "Show all columns" link --- core/modules/system/src/Form/ModulesListForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/system/src/Form/ModulesListForm.php b/core/modules/system/src/Form/ModulesListForm.php index 354826344437..3ff6c3d09d35 100644 --- a/core/modules/system/src/Form/ModulesListForm.php +++ b/core/modules/system/src/Form/ModulesListForm.php @@ -178,6 +178,7 @@ class ModulesListForm extends FormBase { // Lastly, sort all packages by title. uasort($form['modules'], ['\Drupal\Component\Utility\SortArray', 'sortByTitleProperty']); + $form['#attached']['library'][] = 'core/drupal.tableresponsive'; $form['#attached']['library'][] = 'system/drupal.system.modules'; $form['actions'] = ['#type' => 'actions']; $form['actions']['submit'] = [