From 49e80067e441f44d447a0a43b83d6fb7a60e5262 Mon Sep 17 00:00:00 2001 From: Benjamin Rasmussen Date: Fri, 4 Oct 2024 14:38:22 +0200 Subject: [PATCH] Patching reccurring events, allowing any start/end time. DDFHER-45 See more info in the upstream merge request: https://git.drupalcode.org/project/recurring_events/-/merge_requests/112 --- composer.json | 3 ++- composer.lock | 2 +- config/sync/recurring_events.eventseries.config.yml | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 2b4286f4a..dd9589ab8 100644 --- a/composer.json +++ b/composer.json @@ -363,7 +363,8 @@ "3468521: (1/4) When changing recurrance, identical date combinations should not be deleted and recreated": "https://git.drupalcode.org/project/recurring_events/-/commit/67261f4ac34546f2c9514199d9febb6dcce6fd10.patch", "3468521: (2/4)": "https://git.drupalcode.org/project/recurring_events/-/commit/603d34936b97535f66e11429dcc9a2c61fc7cb40.patch", "3468521: (3/4)": "https://git.drupalcode.org/project/recurring_events/-/commit/ad8a4294b1ffb754a338bb2cfa0146f203aa6fc1.patch", - "3468521: (4/4)": "https://git.drupalcode.org/project/recurring_events/-/commit/ad99ae79f5c55fc2db17427e9936ab141314609d.patch" + "3468521: (4/4)": "https://git.drupalcode.org/project/recurring_events/-/commit/ad99ae79f5c55fc2db17427e9936ab141314609d.patch", + "3468300: Update EventSeriesSettings to use datetime form element.": "https://git.drupalcode.org/project/recurring_events/-/commit/5d9bc3b1cf7c00972f053f3d14873012b1ad7140.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 79cd1e7c6..a5f85a493 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": "6ef474525d222039727484711e755b63", + "content-hash": "47491ebf9c172d7eba25954770b8a3fc", "packages": [ { "name": "amazeeio/drupal_integrations", diff --git a/config/sync/recurring_events.eventseries.config.yml b/config/sync/recurring_events.eventseries.config.yml index b06ca39fd..d1eeaca16 100644 --- a/config/sync/recurring_events.eventseries.config.yml +++ b/config/sync/recurring_events.eventseries.config.yml @@ -1,8 +1,8 @@ _core: default_config_hash: HuNc0wdz6BZa5IceY8HDpVfwTwqvp1rpRQeuS5szwSo -interval: 15 -min_time: '08:00am' -max_time: '11:45pm' +interval: 5 +min_time: '12:00am' +max_time: '11:59pm' date_format: 'd/m/y - H:i' time_format: 'H:i' days: 'monday,tuesday,wednesday,thursday,friday,saturday,sunday'