Skip to content
Snippets Groups Projects

Issue #3254347: Add the process plugin ID and index to migration exception message

Open Issue #3254347: Add the process plugin ID and index to migration exception message
2 unresolved threads
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.
  • 446 451 $value = NULL;
    447 452 break;
    448 453 }
    454 catch (MigrateException $e) {
    455 // Prepend the process plugin id and index to the message.
  • added 1 commit

    • 8aa3fa25 - Remove index reference from the comment

    Compare with previous version

  • Please register or sign in to reply
    Loading