From 28b15553a6ea24d86db81594852b18fc7fbd4488 Mon Sep 17 00:00:00 2001 From: Michael Lee <lee.5151@osu.edu> Date: Thu, 17 Feb 2022 10:48:06 -0500 Subject: [PATCH] Upgrading drupal/core (9.3.5 => 9.3.6) --- composer.lock | 42 +-- vendor/composer/autoload_classmap.php | 2 + vendor/composer/autoload_static.php | 2 + vendor/composer/installed.json | 30 +-- vendor/composer/installed.php | 242 +++++++++--------- web/core/lib/Drupal.php | 2 +- web/core/lib/Drupal/Core/Form/FormBuilder.php | 2 +- .../quickedit/src/MetadataGenerator.php | 6 +- 8 files changed, 168 insertions(+), 160 deletions(-) diff --git a/composer.lock b/composer.lock index 292e132daf..557189db78 100644 --- a/composer.lock +++ b/composer.lock @@ -2954,16 +2954,16 @@ }, { "name": "drupal/core", - "version": "9.3.5", + "version": "9.3.6", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "089417f9f1d557f9323c190c8de139eba613e465" + "reference": "2c0c89a0f49fab56f8322721888cdfa28fe98c3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/089417f9f1d557f9323c190c8de139eba613e465", - "reference": "089417f9f1d557f9323c190c8de139eba613e465", + "url": "https://api.github.com/repos/drupal/core/zipball/2c0c89a0f49fab56f8322721888cdfa28fe98c3a", + "reference": "2c0c89a0f49fab56f8322721888cdfa28fe98c3a", "shasum": "" }, "require": { @@ -3205,9 +3205,9 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.3.5" + "source": "https://github.com/drupal/core/tree/9.3.6" }, - "time": "2022-02-04T20:00:20+00:00" + "time": "2022-02-15T20:26:28+00:00" }, { "name": "drupal/core-composer-scaffold", @@ -3261,16 +3261,16 @@ }, { "name": "drupal/core-recommended", - "version": "9.3.5", + "version": "9.3.6", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "2ff50e75ad0387f7a14131b0a151b73760c43c63" + "reference": "1b24d3f87b55510f85d8495a63e141e601e32a88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/2ff50e75ad0387f7a14131b0a151b73760c43c63", - "reference": "2ff50e75ad0387f7a14131b0a151b73760c43c63", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/1b24d3f87b55510f85d8495a63e141e601e32a88", + "reference": "1b24d3f87b55510f85d8495a63e141e601e32a88", "shasum": "" }, "require": { @@ -3279,7 +3279,7 @@ "doctrine/annotations": "1.13.2", "doctrine/lexer": "1.2.1", "doctrine/reflection": "1.2.2", - "drupal/core": "9.3.5", + "drupal/core": "9.3.6", "egulias/email-validator": "3.1.2", "guzzlehttp/guzzle": "6.5.5", "guzzlehttp/promises": "1.5.1", @@ -3341,9 +3341,9 @@ ], "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/9.3.5" + "source": "https://github.com/drupal/core-recommended/tree/9.3.6" }, - "time": "2022-02-04T20:00:20+00:00" + "time": "2022-02-15T20:26:28+00:00" }, { "name": "drupal/crop", @@ -8717,12 +8717,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -13947,12 +13947,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 95ebedfe9f..8bdfb0c588 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -2278,6 +2278,8 @@ 'Drupal\\Core\\Language\\LanguageManager' => $baseDir . '/web/core/lib/Drupal/Core/Language/LanguageManager.php', 'Drupal\\Core\\Language\\LanguageManagerInterface' => $baseDir . '/web/core/lib/Drupal/Core/Language/LanguageManagerInterface.php', 'Drupal\\Core\\Layout\\Annotation\\Layout' => $baseDir . '/web/core/lib/Drupal/Core/Layout/Annotation/Layout.php', + 'Drupal\\Core\\Layout\\Icon\\IconBuilderInterface' => $baseDir . '/web/core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php', + 'Drupal\\Core\\Layout\\Icon\\SvgIconBuilder' => $baseDir . '/web/core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php', 'Drupal\\Core\\Layout\\LayoutDefault' => $baseDir . '/web/core/lib/Drupal/Core/Layout/LayoutDefault.php', 'Drupal\\Core\\Layout\\LayoutDefinition' => $baseDir . '/web/core/lib/Drupal/Core/Layout/LayoutDefinition.php', 'Drupal\\Core\\Layout\\LayoutInterface' => $baseDir . '/web/core/lib/Drupal/Core/Layout/LayoutInterface.php', diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 13f2b32f3a..3ff8bd2803 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -3064,6 +3064,8 @@ class ComposerStaticInit5c689ffcd54b9e495ed983fdce09b530 'Drupal\\Core\\Language\\LanguageManager' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Language/LanguageManager.php', 'Drupal\\Core\\Language\\LanguageManagerInterface' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Language/LanguageManagerInterface.php', 'Drupal\\Core\\Layout\\Annotation\\Layout' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/Annotation/Layout.php', + 'Drupal\\Core\\Layout\\Icon\\IconBuilderInterface' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php', + 'Drupal\\Core\\Layout\\Icon\\SvgIconBuilder' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php', 'Drupal\\Core\\Layout\\LayoutDefault' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/LayoutDefault.php', 'Drupal\\Core\\Layout\\LayoutDefinition' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/LayoutDefinition.php', 'Drupal\\Core\\Layout\\LayoutInterface' => __DIR__ . '/../..' . '/web/core/lib/Drupal/Core/Layout/LayoutInterface.php', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index de2936ab51..61abb2b8c2 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -3036,17 +3036,17 @@ }, { "name": "drupal/core", - "version": "9.3.5", - "version_normalized": "9.3.5.0", + "version": "9.3.6", + "version_normalized": "9.3.6.0", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "089417f9f1d557f9323c190c8de139eba613e465" + "reference": "2c0c89a0f49fab56f8322721888cdfa28fe98c3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/089417f9f1d557f9323c190c8de139eba613e465", - "reference": "089417f9f1d557f9323c190c8de139eba613e465", + "url": "https://api.github.com/repos/drupal/core/zipball/2c0c89a0f49fab56f8322721888cdfa28fe98c3a", + "reference": "2c0c89a0f49fab56f8322721888cdfa28fe98c3a", "shasum": "" }, "require": { @@ -3213,7 +3213,7 @@ "drupal/workflows": "self.version", "drupal/workspaces": "self.version" }, - "time": "2022-02-04T20:00:20+00:00", + "time": "2022-02-15T20:26:28+00:00", "type": "drupal-core", "extra": { "drupal-scaffold": { @@ -3294,7 +3294,7 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.3.5" + "source": "https://github.com/drupal/core/tree/9.3.6" }, "install-path": "../../web/core" }, @@ -3350,17 +3350,17 @@ }, { "name": "drupal/core-recommended", - "version": "9.3.5", - "version_normalized": "9.3.5.0", + "version": "9.3.6", + "version_normalized": "9.3.6.0", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "2ff50e75ad0387f7a14131b0a151b73760c43c63" + "reference": "1b24d3f87b55510f85d8495a63e141e601e32a88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/2ff50e75ad0387f7a14131b0a151b73760c43c63", - "reference": "2ff50e75ad0387f7a14131b0a151b73760c43c63", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/1b24d3f87b55510f85d8495a63e141e601e32a88", + "reference": "1b24d3f87b55510f85d8495a63e141e601e32a88", "shasum": "" }, "require": { @@ -3369,7 +3369,7 @@ "doctrine/annotations": "1.13.2", "doctrine/lexer": "1.2.1", "doctrine/reflection": "1.2.2", - "drupal/core": "9.3.5", + "drupal/core": "9.3.6", "egulias/email-validator": "3.1.2", "guzzlehttp/guzzle": "6.5.5", "guzzlehttp/promises": "1.5.1", @@ -3424,7 +3424,7 @@ "conflict": { "webflo/drupal-core-strict": "*" }, - "time": "2022-02-04T20:00:20+00:00", + "time": "2022-02-15T20:26:28+00:00", "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3432,7 +3432,7 @@ ], "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/9.3.5" + "source": "https://github.com/drupal/core-recommended/tree/9.3.6" }, "install-path": null }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 07f02cd86e..fffa2c1090 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -5,7 +5,7 @@ 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => 'd910ff35c1738b15836339d5e09db3ec802ca517', + 'reference' => '460654a4c665182074508ea861518e67ea645505', 'name' => 'osu-asc-webservices/d8-upstream', 'dev' => true, ), @@ -271,7 +271,7 @@ 'drupal/action' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/addtocalendar' => array( @@ -304,7 +304,7 @@ 'drupal/aggregator' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/allowed_formats' => array( @@ -328,25 +328,25 @@ 'drupal/automated_cron' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/ban' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/bartik' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/basic_auth' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/better_exposed_filters' => array( @@ -361,19 +361,19 @@ 'drupal/big_pipe' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/block' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/block_content' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/block_field' => array( @@ -406,7 +406,7 @@ 'drupal/book' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/bootstrap' => array( @@ -421,7 +421,7 @@ 'drupal/breakpoint' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/cache_control_override' => array( @@ -445,13 +445,13 @@ 'drupal/ckeditor' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/ckeditor5' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/ckeditor_indentblock' => array( @@ -466,31 +466,31 @@ 'drupal/claro' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/classy' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/color' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/comment' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/config' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/config_direct_save' => array( @@ -523,7 +523,7 @@ 'drupal/config_translation' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/config_update' => array( @@ -574,7 +574,7 @@ 'drupal/contact' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/content_access' => array( @@ -589,52 +589,52 @@ 'drupal/content_moderation' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/content_translation' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/contextual' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core' => array( - 'pretty_version' => '9.3.5', - 'version' => '9.3.5.0', + 'pretty_version' => '9.3.6', + 'version' => '9.3.6.0', 'type' => 'drupal-core', 'install_path' => __DIR__ . '/../../web/core', 'aliases' => array(), - 'reference' => '089417f9f1d557f9323c190c8de139eba613e465', + 'reference' => '2c0c89a0f49fab56f8322721888cdfa28fe98c3a', 'dev_requirement' => false, ), 'drupal/core-annotation' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-assertion' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-bridge' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-class-finder' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-composer-scaffold' => array( @@ -649,136 +649,136 @@ 'drupal/core-datetime' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-dependency-injection' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-diff' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-discovery' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-event-dispatcher' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-file-cache' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-file-security' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-filesystem' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-front-matter' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-gettext' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-graph' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-http-foundation' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-php-storage' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-plugin' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-proxy-builder' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-recommended' => array( - 'pretty_version' => '9.3.5', - 'version' => '9.3.5.0', + 'pretty_version' => '9.3.6', + 'version' => '9.3.6.0', 'type' => 'metapackage', 'install_path' => NULL, 'aliases' => array(), - 'reference' => '2ff50e75ad0387f7a14131b0a151b73760c43c63', + 'reference' => '1b24d3f87b55510f85d8495a63e141e601e32a88', 'dev_requirement' => false, ), 'drupal/core-render' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-serialization' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-transliteration' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-utility' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-uuid' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/core-version' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/crop' => array( @@ -802,19 +802,19 @@ 'drupal/datetime' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/datetime_range' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/dblog' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/dropzonejs' => array( @@ -838,13 +838,13 @@ 'drupal/dynamic_page_cache' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/editor' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/editor_advanced_link' => array( @@ -913,7 +913,7 @@ 'drupal/entity_reference' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/entity_reference_revisions' => array( @@ -937,7 +937,7 @@ 'drupal/field' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/field_group' => array( @@ -952,7 +952,7 @@ 'drupal/field_layout' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/field_permissions' => array( @@ -967,13 +967,13 @@ 'drupal/field_ui' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/file' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/file_browser' => array( @@ -988,7 +988,7 @@ 'drupal/filter' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/focal_point' => array( @@ -1003,7 +1003,7 @@ 'drupal/forum' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/google_analytics' => array( @@ -1027,25 +1027,25 @@ 'drupal/hal' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/help' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/help_topics' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/history' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/honeypot' => array( @@ -1060,7 +1060,7 @@ 'drupal/image' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/inline_entity_form' => array( @@ -1075,7 +1075,7 @@ 'drupal/inline_form_errors' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/jquery_ui' => array( @@ -1117,25 +1117,25 @@ 'drupal/jsonapi' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/language' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/layout_builder' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/layout_discovery' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/libraries' => array( @@ -1150,7 +1150,7 @@ 'drupal/link' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/link_attributes' => array( @@ -1174,7 +1174,7 @@ 'drupal/locale' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/mathjax' => array( @@ -1189,7 +1189,7 @@ 'drupal/media' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/media_entity_browser' => array( @@ -1213,7 +1213,7 @@ 'drupal/media_library' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/menu_block' => array( @@ -1237,13 +1237,13 @@ 'drupal/menu_link_content' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/menu_ui' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/metatag' => array( @@ -1258,7 +1258,7 @@ 'drupal/migrate' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/migrate_devel' => array( @@ -1273,19 +1273,19 @@ 'drupal/migrate_drupal' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/migrate_drupal_multilingual' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/migrate_drupal_ui' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/migrate_plus' => array( @@ -1309,7 +1309,7 @@ 'drupal/minimal' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/mobile_detect' => array( @@ -1351,25 +1351,25 @@ 'drupal/node' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/olivero' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/options' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/page_cache' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/pantheon_advanced_page_cache' => array( @@ -1393,13 +1393,13 @@ 'drupal/path' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/path_alias' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/pathauto' => array( @@ -1423,13 +1423,13 @@ 'drupal/quickedit' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/rdf' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/rebuild_cache_access' => array( @@ -1471,13 +1471,13 @@ 'drupal/responsive_image' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/rest' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/roleassign' => array( @@ -1501,7 +1501,7 @@ 'drupal/search' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/search_api' => array( @@ -1525,25 +1525,25 @@ 'drupal/serialization' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/settings_tray' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/seven' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/shortcut' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/simple_gmap' => array( @@ -1612,19 +1612,19 @@ 'drupal/standard' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/stark' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/statistics' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/superfish' => array( @@ -1648,31 +1648,31 @@ 'drupal/syslog' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/system' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/taxonomy' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/telephone' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/text' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/token' => array( @@ -1687,19 +1687,19 @@ 'drupal/toolbar' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/tour' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/tracker' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/twig_tweak' => array( @@ -1732,13 +1732,13 @@ 'drupal/update' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/user' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/userprotect' => array( @@ -1771,7 +1771,7 @@ 'drupal/views' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/views_ajax_history' => array( @@ -1831,7 +1831,7 @@ 'drupal/views_ui' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/webform' => array( @@ -1846,13 +1846,13 @@ 'drupal/workflows' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drupal/workspaces' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '9.3.5', + 0 => '9.3.6', ), ), 'drush-ops/behat-drush-endpoint' => array( @@ -2092,7 +2092,7 @@ 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => 'd910ff35c1738b15836339d5e09db3ec802ca517', + 'reference' => '460654a4c665182074508ea861518e67ea645505', 'dev_requirement' => false, ), 'pantheon-systems/quicksilver-pushback' => array( diff --git a/web/core/lib/Drupal.php b/web/core/lib/Drupal.php index af01b8df03..43f84e4714 100644 --- a/web/core/lib/Drupal.php +++ b/web/core/lib/Drupal.php @@ -75,7 +75,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '9.3.5'; + const VERSION = '9.3.6'; /** * Core API compatibility. diff --git a/web/core/lib/Drupal/Core/Form/FormBuilder.php b/web/core/lib/Drupal/Core/Form/FormBuilder.php index 6388b857c7..04cde336b1 100644 --- a/web/core/lib/Drupal/Core/Form/FormBuilder.php +++ b/web/core/lib/Drupal/Core/Form/FormBuilder.php @@ -1217,7 +1217,7 @@ protected function handleInputElement($form_id, &$element, FormStateInterface &$ // #access=FALSE on an element usually allow access for some users, so forms // submitted with self::submitForm() may bypass access restriction and be // treated as high-privilege users instead. - $process_input = empty($element['#disabled']) && (($form_state->isProgrammed() && $form_state->isBypassingProgrammedAccessChecks()) || ($form_state->isProcessingInput() && (!isset($element['#access']) || $element['#access']))); + $process_input = empty($element['#disabled']) && ($element['#type'] !== 'value') && (($form_state->isProgrammed() && $form_state->isBypassingProgrammedAccessChecks()) || ($form_state->isProcessingInput() && (!isset($element['#access']) || $element['#access']))); // Set the element's #value property. if (!isset($element['#value']) && !array_key_exists('#value', $element)) { diff --git a/web/core/modules/quickedit/src/MetadataGenerator.php b/web/core/modules/quickedit/src/MetadataGenerator.php index 174726fe13..a071512b5d 100644 --- a/web/core/modules/quickedit/src/MetadataGenerator.php +++ b/web/core/modules/quickedit/src/MetadataGenerator.php @@ -5,6 +5,7 @@ use Drupal\Component\Plugin\PluginManagerInterface; use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Field\FieldItemListInterface; +use Drupal\Core\StringTranslation\TranslatableMarkup; use Drupal\quickedit\Access\QuickEditEntityFieldAccessCheckInterface; use Drupal\Core\Entity\Entity\EntityViewDisplay; @@ -55,7 +56,10 @@ public function __construct(QuickEditEntityFieldAccessCheckInterface $access_che */ public function generateEntityMetadata(EntityInterface $entity) { return [ - 'label' => $entity->label(), + 'label' => $entity->access('view label') ? $entity->label() : new TranslatableMarkup('@label @id', [ + '@label' => $entity->getEntityType()->getSingularLabel(), + '@id' => $entity->id() + ]) ]; } -- GitLab