I was testing migration process from Drupal 7 to Drupal 8 using a beta 15 but the filter format was not assigned to the node ,so the content does not displayed.

Comments

miguelc303 created an issue. See original summary.

miguelc303’s picture

Status: Closed (fixed) » Active
miguelc303’s picture

Issue summary: View changes
phenaproxima’s picture

I worked with @miguelc303 to debug this and it turns out that the problem is the lack of a cckfield plugin to handle text_with_summary fields in D7.

cilefen’s picture

Title: Migration Nodes without the Filter Format » Nodes lose filter format when migrating

I updated the issue title. If it can be improved based on #4, please update it.

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

mikeryan’s picture

Title: Nodes lose filter format when migrating » text_with_summary fields lose filter format when migrating from D7
Version: 8.1.x-dev » 8.2.x-dev
Status: Active » Closed (duplicate)
Related issues: +#2631736: Cckfield Plugins must distinguish core versions

It looks to me like #2631736: Cckfield Plugins must distinguish core versions handles text_with_summary fields for D7 - please reopen if this problem is seen on 8.2.x after that commit.