From 572b6aefdb6cd3df0c73aac1ff75376bff0c50d1 Mon Sep 17 00:00:00 2001 From: Matthew Hallsworth Date: Thu, 5 Oct 2023 14:14:59 +1100 Subject: [PATCH 1/2] Update requirements to remove broken patch --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 83594068c..04716143a 100644 --- a/composer.json +++ b/composer.json @@ -222,7 +222,6 @@ "patches": { "drupal/admin_audit_trail": { "Add an option to allow logging in CLI - https://www.drupal.org/project/admin_audit_trail/issues/3263615#comment-14405529": "https://www.drupal.org/files/issues/2022-02-10/3263615-admin_audit_trail-option_for_cli-3.patch", - "Latest Release Breaks Pagination - https://www.drupal.org/project/admin_audit_trail/issues/3316835": "https://git.drupalcode.org/project/admin_audit_trail/-/merge_requests/9.diff" }, "drupal/core": { "Contextual links should not be added inside another link - https://www.drupal.org/project/drupal/issues/2898875#comment-14018213": "https://www.drupal.org/files/issues/2021-03-03/contextual_links_should-2898875-16.patch", From 481d252f06bda7f96e7eaca438d17816a24487ef Mon Sep 17 00:00:00 2001 From: Matthew Hallsworth Date: Thu, 5 Oct 2023 14:18:04 +1100 Subject: [PATCH 2/2] Fix comma --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 04716143a..9db756399 100644 --- a/composer.json +++ b/composer.json @@ -221,7 +221,7 @@ "extra": { "patches": { "drupal/admin_audit_trail": { - "Add an option to allow logging in CLI - https://www.drupal.org/project/admin_audit_trail/issues/3263615#comment-14405529": "https://www.drupal.org/files/issues/2022-02-10/3263615-admin_audit_trail-option_for_cli-3.patch", + "Add an option to allow logging in CLI - https://www.drupal.org/project/admin_audit_trail/issues/3263615#comment-14405529": "https://www.drupal.org/files/issues/2022-02-10/3263615-admin_audit_trail-option_for_cli-3.patch" }, "drupal/core": { "Contextual links should not be added inside another link - https://www.drupal.org/project/drupal/issues/2898875#comment-14018213": "https://www.drupal.org/files/issues/2021-03-03/contextual_links_should-2898875-16.patch",