Issue #2923302 by MaskOta, tstoeckler, andrewmacpherson: Module install table is missing the "Show all columns" link

8.5.x
xjm 2017-11-17 15:58:33 -05:00
parent 7dbf76d75a
commit c90392875c
1 changed files with 1 additions and 0 deletions

View File

@ -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'] = [