From 09bbafbe259df13ce64d5ccba44e19655ab57c49 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Fri, 28 Jun 2024 11:20:43 -0700 Subject: [PATCH] Replace patch for date selection in exposed filter --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dae0139..ec61670 100644 --- a/composer.json +++ b/composer.json @@ -213,7 +213,7 @@ "patches": { "drupal/core": { "Adding attributes to views-view-list.html.twig doesn't work if Views List class Style option is empty": "https://www.drupal.org/files/issues/2023-03-16/2845400-24.patch", - "Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2021-12-01/2648950-257.patch", + "Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2024-06-24/2648950-283.patch", "Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch" }, "drupal/ds": {