diff --git a/composer.json b/composer.json index a2e6a2887f61869cbcfc960b7298a622832c02a4..2a750a0aa526a4952f45357040fffed7d91adbed 100644 --- a/composer.json +++ b/composer.json @@ -285,6 +285,7 @@ "Set fixed depth for comment threads.": "resources/patch/2786587-thread-depth-fixed-limit.patch", "Views with a different query plugin created via the UI do not have the correct query plugin ID in the view config @see https://www.drupal.org/project/drupal/issues/2836237": "https://www.drupal.org/files/issues/2022-01-17/2836237-49-9.3.x.patch", "Disable tableselect element options @see https://www.drupal.org/project/drupal/issues/2895352": "https://www.drupal.org/files/issues/2021-12-04/2895352-53.patch", + "Form is built when not using fields @see https://www.drupal.org/project/drupal/issues/2917239": "https://www.drupal.org/files/issues/2022-05-09/2917239-15.patch", "Pass current route parameters to the confirmation form route @see https://www.drupal.org/project/drupal/issues/2901412": "https://git.drupalcode.org/project/drupal/-/merge_requests/1666.diff", "Lazy services: support PHP7 return types in generate-proxy-class @see https://www.drupal.org/node/2919243": "https://www.drupal.org/files/issues/2919243-2.patch", "Cache tags are not invalidated on revision delete @see https://www.drupal.org/project/drupal/issues/2945928": "https://www.drupal.org/files/issues/entity-cache_revision_deletion-2945928-2.patch", diff --git a/composer.lock b/composer.lock index 6834217e298165e0cd93f02ec99f75f548a913ea..fbba9721a77a623e7d725755b2302a607c9153a1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8d8d4cc54aeb5b042b1fc5754968c971", + "content-hash": "677c68e12c87e17365c304f64cf44e57", "packages": [ { "name": "asm89/stack-cors", @@ -2391,6 +2391,7 @@ "Set fixed depth for comment threads.": "resources/patch/2786587-thread-depth-fixed-limit.patch", "Views with a different query plugin created via the UI do not have the correct query plugin ID in the view config @see https://www.drupal.org/project/drupal/issues/2836237": "https://www.drupal.org/files/issues/2022-01-17/2836237-49-9.3.x.patch", "Disable tableselect element options @see https://www.drupal.org/project/drupal/issues/2895352": "https://www.drupal.org/files/issues/2021-12-04/2895352-53.patch", + "Form is built when not using fields @see https://www.drupal.org/project/drupal/issues/2917239": "https://www.drupal.org/files/issues/2022-05-09/2917239-15.patch", "Pass current route parameters to the confirmation form route @see https://www.drupal.org/project/drupal/issues/2901412": "https://git.drupalcode.org/project/drupal/-/merge_requests/1666.diff", "Lazy services: support PHP7 return types in generate-proxy-class @see https://www.drupal.org/node/2919243": "https://www.drupal.org/files/issues/2919243-2.patch", "Cache tags are not invalidated on revision delete @see https://www.drupal.org/project/drupal/issues/2945928": "https://www.drupal.org/files/issues/entity-cache_revision_deletion-2945928-2.patch",