Problem/Motivation

When running migrations after --configure-only, the migrations for field formatter settings, etc... fails. After debugging, I found that the exported migration configs didn't have the class and cck_plugin_method properties. I found an issue that added class to migration schema (config entity) but it didn't work because we were not passing the values in.

This depends on #2843612: Add 'cck_plugin_method' to migration configuration entity schema to entirely work.

Proposed resolution

Fix the bug.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hussainweb created an issue. See original summary.

hussainweb’s picture

Status: Active » Needs review
FileSize
792 bytes

Adding patch.

  • mikeryan committed bc3a844 on 8.x-3.x authored by hussainweb
    Issue #2843613 by hussainweb: Ensure class and cck_plugin_method are set...
mikeryan’s picture

Status: Needs review » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

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