From 2a13a7de805a2e7e363e3c9c63329262455ca4c8 Mon Sep 17 00:00:00 2001
From: Alexandre Dias <alex.jm.dias@gmail.com>
Date: Wed, 1 Jun 2022 15:28:17 +0100
Subject: [PATCH] ISAICP-7148: Add patch 'Form is built when not using fields'.

---
 composer.json | 1 +
 composer.lock | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index a2e6a2887f..2a750a0aa5 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 6834217e29..fbba9721a7 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",
-- 
GitLab