From 8166e9fe371d3b8cf4a1b24f0ba573a158a698f8 Mon Sep 17 00:00:00 2001 From: Killesreiter Volker Date: Tue, 6 Aug 2024 09:35:16 +0200 Subject: [PATCH 1/2] add gin patch --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index f54ca7e7e..78836e495 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,9 @@ }, "drupal/diff": { "Back button for comparison page": "https://www.drupal.org/files/issues/back_button_for-2853193-4.patch" + }, + "drupal/gin": { + "Refactor toggle styles": "https://git.drupalcode.org/project/gin/-/merge_requests/438.patch" } } }, From 90a3b9287bf0c217f38ebe8a3c2cb2ebd0ce06cf Mon Sep 17 00:00:00 2001 From: Killesreiter Volker Date: Tue, 6 Aug 2024 15:26:07 +0200 Subject: [PATCH 2/2] Use static patch file --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d08f3673e..a5d402f6a 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "Back button for comparison page": "https://www.drupal.org/files/issues/back_button_for-2853193-4.patch" }, "drupal/gin": { - "Refactor toggle styles": "https://git.drupalcode.org/project/gin/-/merge_requests/438.patch" + "Issue #3455558: There is no visible change to a toggle when pressed (but it does trigger conditional fields, value is saved, etc)": "https://www.drupal.org/files/issues/2024-08-06/3455558-Refactor-toggle-styles-mr438.patch" }, "drupal/password_policy": { "Issue #3465364: Fatal error when changing password when password_policy_history is enabled": "https://www.drupal.org/files/issues/2024-08-05/3465364-1.patch"