Skip to content
Snippets Groups Projects
Commit b571093b authored by Alexey's avatar Alexey
Browse files

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

parent 4bb3984e
No related branches found
No related tags found
1 merge request!79fix: [#3404311]: Set the default event instance plugin creator for Drupal 9 and higher
......@@ -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();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment