Issue #3502835 by benjifisher, prudloff, catch, greggles, larowlan, longwave, zeip, poker10: Update manager routes are not disabled anymore when allow_authorize_operations is FALSE

merge-requests/11452/head
Dave Long 2025-02-18 22:49:08 +00:00
parent 87ec3bad92
commit 5060a93bf7
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 2 additions and 0 deletions

View File

@ -25,3 +25,5 @@ services:
update.route_subscriber:
class: Drupal\update\Routing\UpdateRouteSubscriber
arguments: ['@settings']
tags:
- { name: event_subscriber }