From 61a12bcdb5280dd6f53d7de46671bf344676a18d Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Tue, 25 Jan 2022 16:23:14 +0000 Subject: [PATCH] Issue #3238311 by tedbow: Exclude system.batch_page.html from setting update security message (cherry picked from commit f37eaca35b802eb98ff0d2e90bc166a243819ee1) --- core/modules/update/update.module | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/update/update.module b/core/modules/update/update.module index b01eb0e77179..54e1a5fa105c 100644 --- a/core/modules/update/update.module +++ b/core/modules/update/update.module @@ -82,6 +82,7 @@ function update_page_top() { case 'update.settings': case 'system.status': case 'update.confirmation_page': + case 'system.batch_page.html': return; // If we are on the appearance or modules list, display a detailed report -- GitLab