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

Command icon 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

aleevas created an issue. See original summary.

aleevas’s picture

Assigned: Unassigned » aleevas

  • aleevas committed b571093b on 2.0.x
    #3404311: Set the default event instance plugin creator for Drupal 9 and...
podarok’s picture

Version: 2.0.x-dev » 2.0.0-rc15
Status: Active » Fixed

tnx

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.