Issue #3254347: Add the process plugin ID and index to migration exception message
Open
requested to merge issue/drupal-3254347:3254347-migration-messages-process-plugin-details into 9.4.x
2 unresolved threads
Merge request reports
Activity
added 1 commit
- 83bf3cd7 - Update tests expected messages in order to fix failures.
added 1 commit
- 920d9198 - Fixed plugin index used in migration message including implicit ‘get’ plugins.
added 1 commit
- 436cbf56 - Fixed increment not skipped for 'get' plugin.
432 432 $new_value[] = NULL; 433 433 $break = TRUE; 434 434 } 435 catch (MigrateException $e) { 436 // Prepend the process plugin id and index to the message. changed this line in version 7 of the diff
446 451 $value = NULL; 447 452 break; 448 453 } 454 catch (MigrateException $e) { 455 // Prepend the process plugin id and index to the message. changed this line in version 7 of the diff
Please register or sign in to reply