Loading l10n_community/src/Controller/L10nCommunityLanguagesController.php +1 −0 Original line number Diff line number Diff line Loading @@ -190,6 +190,7 @@ class L10nCommunityLanguagesController extends ControllerBase { 'max-age' => Cache::PERMANENT, ], ]; $build['#attached']['library'][] = 'l10n_community/tables'; return $build; } Loading l10n_community/src/Controller/L10nCommunityProjectsController.php +1 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,7 @@ class L10nCommunityProjectsController extends ControllerBase { $build['post_pager'] = [ '#type' => 'pager', ]; $build['#attached']['library'][] = 'l10n_community/tables'; return $build; } Loading l10n_community/src/Controller/L10nCommunityWelcomePageController.php +1 −0 Original line number Diff line number Diff line Loading @@ -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'); Loading Loading
l10n_community/src/Controller/L10nCommunityLanguagesController.php +1 −0 Original line number Diff line number Diff line Loading @@ -190,6 +190,7 @@ class L10nCommunityLanguagesController extends ControllerBase { 'max-age' => Cache::PERMANENT, ], ]; $build['#attached']['library'][] = 'l10n_community/tables'; return $build; } Loading
l10n_community/src/Controller/L10nCommunityProjectsController.php +1 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,7 @@ class L10nCommunityProjectsController extends ControllerBase { $build['post_pager'] = [ '#type' => 'pager', ]; $build['#attached']['library'][] = 'l10n_community/tables'; return $build; } Loading
l10n_community/src/Controller/L10nCommunityWelcomePageController.php +1 −0 Original line number Diff line number Diff line Loading @@ -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'); Loading