From f37eaca35b802eb98ff0d2e90bc166a243819ee1 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 --- 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 4eb82ebb672d..4209e0d5ad99 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