Incorrect class name for content_workflow_bynder_reference_revision migrate process plugin

Created on 22 January 2025, 8 days ago

Problem/Motivation

When migrating content from Content Workflow into Drupal content with a paragraphs field an error is thrown during the import. The error is "Plugin (content_workflow_bynder_reference_revision) instance class "Drupal\content_workflow_bynder\Plugin\migrate\process\ContentWorkflowBynderReferenceRevision" does not exist."

Steps to reproduce

  1. Install Drupal and Content Workflow (Bynder) module
  2. Configure a mapping to Drupal content that has a paragraph reference field
  3. Try to import content from Content Workflow into Drupal using Import page under Content using the mapping that was set up in the previous step
  4. Review error log and see the above error

Proposed resolution

Fix class name, it looks like it was a typo when the name refactoring happened. The class name is ContentWorkflowBynderReferenceRevisionReferenceRevision, but it should be ContentWorkflowBynderReferenceRevision.

Remaining tasks

Create MR with fix

User interface changes

None

API changes

None

Data model changes

None

πŸ› Bug report
Status

Active

Version

1.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States averagejoe3000 Swanzey, NH

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024