Skip to content
Snippets Groups Projects

fix: [#3404311]: Set the default event instance plugin creator for Drupal 9 and higher

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -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();
}
Loading