Skip to content
Snippets Groups Projects

Fix messaging in onPostImport() for unused ids

1 unresolved thread
  1. Do not assume unused ids were unused because they were missing from source.
  2. Try to make a distinction between missing ids/ invalid ids, and ids where the content simply was not migrated on this invocation.
  3. Communicate that difference.

Closes #3347129

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
159 159 public function getRowBySource(array $source_id_values): array {
160 160 $map = $this->getInnerIterator();
161 161 \assert($map instanceof MigrateIdMapInterface);
162 // @todo MigrateIdMapInterface::getRowBySource() may return array or boolean
163 // while MigrateMapInterface::getRowBySource() may only return an array.
  • K Widholm added 1 commit

    added 1 commit

    • d6092f68 - Remove @todo and replace with an issue reference

    Compare with previous version

  • Please register or sign in to reply
    Loading