Problem/Motivation

Following #2842222: D7 Plain text fields incorrectly migrated to D8 as Text (formatted) and #2893061: Create a ProcessField plugin to process the field types, we need to replace the field type static_map in the d7_field migration by dedicated Field plugins.

Proposed resolution

Write a Field plugin for phone fields.

Remaining tasks

Write a patch. Review.

User interface changes

None.

API changes

None.

Data model changes

None.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

maxocub created an issue. See original summary.

maxocub’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
1010 bytes

Here's a first patch.

Status: Needs review » Needs work

The last submitted patch, 2: 2893077-2.patch, failed testing. View results

maxocub’s picture

Status: Needs work » Needs review
FileSize
1.01 KB
666 bytes
phenaproxima’s picture

Assigned: Unassigned » phenaproxima

Self-assigning for review.

heddn’s picture

Assigned: phenaproxima » heddn

Assigning to myself for review this week.

heddn’s picture

Assigned: heddn » Unassigned
Status: Needs review » Postponed

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.0-alpha1 will be released the week of July 31, 2017, which means new developments and disruptive changes should now be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

maxocub’s picture

maxocub’s picture

Status: Postponed » Closed (duplicate)

Since they are quite small, similar and related, let's do the for new field plugin in one patch: #2901851: Replace the static map in the d7_field migration by field plugins