From c195b7089b857077d4c0565490b2262a76f10f0e Mon Sep 17 00:00:00 2001 From: Liam Morland Date: Mon, 23 Aug 2021 11:27:10 -0400 Subject: [PATCH] ISTWCMS-4962: Remove patch for smart_date Patch has been committed to version in uw_base_profile --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 51cdc55..c6c8124 100644 --- a/composer.json +++ b/composer.json @@ -152,9 +152,6 @@ "drupal/autocomplete_deluxe": { "Use KeyValueFactoryInterface instead of KeyValueFactory": "https://git.drupalcode.org/issue/autocomplete_deluxe-3204504/-/commit/088c58d4b93354844c061173b25f511de847355a.patch" }, - "drupal/smart_date": { - "makeRuleFromParts method appends time to UNTIL property": "https://www.drupal.org/files/issues/2021-04-30/smart_date-extra_time_appended-3211632-3.patch" - }, "drupal/webform_migrate": { "Single quotes are not escaped properly for select element options and element names": "patches/webform_migrate-3185234-4e77fd32.patch", "Fix source plugin's undefined index issues": "https://www.drupal.org/files/issues/2021-04-01/webform_migrate-undefined_index-3172154-18_0.patch" -- GitLab