Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 293926

Log message if static_map plugin skips the row

$
0
0

https://www.drupal.org/project/drupal/issues/2959125

Problem/Motivation

It is hard to notice that static_map was the reason a migration row was skipped.

Proposed resolution

Log a message to MigrateSkipRowException to clearly explain why the row is skipped.
The error message has gone through a few iterations, the current #45 is:

No static mapping found for 'Array
(
    [0] => bar
    [1] => foo
)
' and no default value provided for destination 'destinationproperty'.

Remaining tasks

Patch

User interface changes

N.A.

API changes

N.A.

Data model changes

N.A.


Viewing all articles
Browse latest Browse all 293926

Trending Articles