Unverified Commit c7a8b2b7 authored by Stefan Auditor's avatar Stefan Auditor Committed by Stefan Auditor
Browse files

Issue #3282696 by sanduhrs: Port of l10n_community: Add tables library to tables

parent 2378077d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@ class L10nCommunityLanguagesController extends ControllerBase {
        'max-age' => Cache::PERMANENT,
      ],
    ];
    $build['#attached']['library'][] = 'l10n_community/tables';
    return $build;
  }

+1 −0
Original line number Diff line number Diff line
@@ -157,6 +157,7 @@ class L10nCommunityProjectsController extends ControllerBase {
    $build['post_pager'] = [
      '#type' => 'pager',
    ];
    $build['#attached']['library'][] = 'l10n_community/tables';

    return $build;
  }
+1 −0
Original line number Diff line number Diff line
@@ -207,6 +207,7 @@ class L10nCommunityWelcomePageController extends ControllerBase {
          'max-age' => Cache::PERMANENT,
        ],
      ];
      $build['#attached']['library'][] = 'l10n_community/tables';

      $project_storage = \Drupal::entityTypeManager()
        ->getStorage('l10n_server_project');