From b571093be4da0cb9694e33e2296d4b98b08a19eb Mon Sep 17 00:00:00 2001
From: Alexey <alexey.drupal@gmail.com>
Date: Mon, 27 Nov 2023 12:00:04 +0100
Subject: [PATCH] #3404311: Set the default event instance plugin creator for
 Drupal 9 and higher

---
 recurring_events.install | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/recurring_events.install b/recurring_events.install
index 21a4144..5b1a464 100644
--- a/recurring_events.install
+++ b/recurring_events.install
@@ -686,3 +686,10 @@ function recurring_events_update_8015() {
   $config->set('enabled_fields', 'consecutive_recurring_date,daily_recurring_date,weekly_recurring_date,monthly_recurring_date,yearly_recurring_date,custom');
   $config->save(TRUE);
 }
+
+/**
+ * Set the default event instance plugin creator.
+ */
+function recurring_events_update_91001() {
+  recurring_events_update_8014();
+}
-- 
GitLab