diff --git a/core/modules/system/system.module b/core/modules/system/system.module index c12d717..c85edbd 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -810,7 +810,7 @@ function system_menu() { // Default page for batch operations. $items['batch'] = array( - 'route_name' => 'system.batch_page.normal', + 'route_name' => 'system.batch_page.html', 'theme callback' => '_system_batch_theme', 'type' => MENU_CALLBACK, ); diff --git a/core/modules/system/system.routing.yml b/core/modules/system/system.routing.yml index 01e7990..f59f5cb 100644 --- a/core/modules/system/system.routing.yml +++ b/core/modules/system/system.routing.yml @@ -375,7 +375,7 @@ system.admin_config: requirements: _permission: 'access administration pages' -system.batch_page.normal: +system.batch_page.html: path: '/batch' defaults: _content: '\Drupal\system\Controller\BatchController::batchPage'