From 76c9bcec788f1050cad9580e896f61e6b674bb4a Mon Sep 17 00:00:00 2001 From: Benjamin Rasmussen Date: Tue, 16 Jul 2024 11:37:45 +0200 Subject: [PATCH] Fix failing admin event search with custom, upstream patch. DDFFORM-872 Without this patch, trying to do any kind of search on admin/content/eventseries fails with a WSOD. Turns out it was an issue with the query, in reccurring_events module. --- composer.json | 3 ++- composer.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d8eaed058..7d3e893d9 100644 --- a/composer.json +++ b/composer.json @@ -353,7 +353,8 @@ "drupal/recurring_events": { "3178696: Make compatible with Scheduler": "https://git.drupalcode.org/project/recurring_events/-/merge_requests/86.patch", "3416436: Avoid array conversion warning when daily events are disabled": "https://git.drupalcode.org/project/recurring_events/-/commit/832ae52f135dd3f205eb74acf2d3715fb443e759.patch", - "3451613: Start date of weekly reccurring event jumps incorrectly": "https://git.drupalcode.org/project/recurring_events/-/commit/581c53dd1b0b067a8b6454d76cc0187887f7b187.patch" + "3451613: Start date of weekly reccurring event jumps incorrectly": "https://git.drupalcode.org/project/recurring_events/-/commit/581c53dd1b0b067a8b6454d76cc0187887f7b187.patch", + "3461740: Fatal error when using 'Event series start date' filter in views": "https://www.drupal.org/files/issues/2024-07-16/reccuring_events_event_start_date.patch" }, "drupal/theme_permission": { "3105637: Edit, install and uninstall permission": "https://www.drupal.org/files/issues/2024-02-01/theme-permission-edit-install-uninstall-3105637-7.patch", diff --git a/composer.lock b/composer.lock index 923e6dde1..4f8ebb2b5 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": "88871fb8deadf16e6a989e5b0bd25181", + "content-hash": "54d6e7b259d82c821115314c9ecb565d", "packages": [ { "name": "amazeeio/drupal_integrations",