Loading core/modules/node/node.module +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ function node_help($route_name, RouteMatchInterface $route_match) { // Remind site administrators about the {node_access} table being flagged // for rebuild. We don't need to issue the message on the confirm form, or // while the rebuild is being processed. if ($route_name != 'node.configure_rebuild_confirm' && $route_name != 'system.batch_page.normal' && $route_name != 'help.page.node' && $route_name != 'help.main' if ($route_name != 'node.configure_rebuild_confirm' && $route_name != 'system.batch_page.html' && $route_name != 'help.page.node' && $route_name != 'help.main' && \Drupal::currentUser()->hasPermission('access administration pages') && node_access_needs_rebuild()) { if ($route_name == 'system.status') { $message = t('The content access permissions need to be rebuilt.'); Loading core/modules/system/src/Controller/BatchController.php +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ public function batchPage(Request $request) { } /** * The _title_callback for the system.batch_page.normal route. * The _title_callback for the system.batch_page.html route. * * @return string * The page title. Loading Loading
core/modules/node/node.module +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ function node_help($route_name, RouteMatchInterface $route_match) { // Remind site administrators about the {node_access} table being flagged // for rebuild. We don't need to issue the message on the confirm form, or // while the rebuild is being processed. if ($route_name != 'node.configure_rebuild_confirm' && $route_name != 'system.batch_page.normal' && $route_name != 'help.page.node' && $route_name != 'help.main' if ($route_name != 'node.configure_rebuild_confirm' && $route_name != 'system.batch_page.html' && $route_name != 'help.page.node' && $route_name != 'help.main' && \Drupal::currentUser()->hasPermission('access administration pages') && node_access_needs_rebuild()) { if ($route_name == 'system.status') { $message = t('The content access permissions need to be rebuilt.'); Loading
core/modules/system/src/Controller/BatchController.php +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ public function batchPage(Request $request) { } /** * The _title_callback for the system.batch_page.normal route. * The _title_callback for the system.batch_page.html route. * * @return string * The page title. Loading