Problem/Motivation
With the Drupal 10 version we have the next issue after creating/editing the Event Series instance:
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "" plugin does not exist. Valid plugin IDs for Drupal\recurring_events\EventInstanceCreatorPluginManager are: recurring_events_eventinstance_recreator in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of /home/jenkins/workspace/SANDBOX_LILY_STANDARD_VIRTUAL_Y/build/docroot/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
I think that is caused because we set the default event instance plugin creator for Drupal version 8 only.
Let's fix it
Proposed resolution
Needs to add a hook_update with setting default event instance plugin creator for Drupal 9 and 10
Issue fork recurring_events-3404311
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
aleevasComment #5
podaroktnx