From ab5b553334e491dc8a2eeed54daed38b6cb22c44 Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Fri, 27 Dec 2024 00:58:13 +0300 Subject: [PATCH] Add a patch for Inline Entity Form module on Issue #2913571: Add a setting to enable/disable inline editing for existing entities #108 --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 91dc0ee..1486fcc 100644 --- a/composer.json +++ b/composer.json @@ -77,6 +77,8 @@ "https://www.drupal.org/files/issues/2023-03-15/3348096-2.patch" }, "drupal/inline_entity_form": { + "Issue #2913571: Add a setting to enable/disable inline editing for existing entities": + "https://www.drupal.org/files/issues/2024-12-27/inline_entity_form--2024-12-27--2913571--mr-127.patch", "Issue #3136514: IEF complex widget: Re-ordering / weight sometimes not updated": "https://www.drupal.org/files/issues/2024-12-27/inline_entity_form--2024-12-27--3136514--mr-126.patch" },