From 10142dba0d9b483a21b34712d86e429160fb921c Mon Sep 17 00:00:00 2001
From: tedbow <tedbow@240860.no-reply.drupal.org>
Date: Thu, 31 Mar 2022 19:31:22 +0000
Subject: [PATCH] Issue #3233493 by tedbow, phenaproxima: Remove the use of
 `_access_update_manager`

---
 automatic_updates.routing.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/automatic_updates.routing.yml b/automatic_updates.routing.yml
index cac92bc172..b7548c1484 100644
--- a/automatic_updates.routing.yml
+++ b/automatic_updates.routing.yml
@@ -14,7 +14,6 @@ automatic_updates.confirmation_page:
     _title: 'Ready to update'
   requirements:
     _permission: 'administer software updates'
-    _access_update_manager: 'TRUE'
   options:
     _maintenance_access: TRUE
 automatic_updates.finish:
-- 
GitLab