Fix messaging in onPostImport() for unused ids
1 unresolved thread
1 unresolved thread
- Do not assume unused ids were unused because they were missing from source.
- Try to make a distinction between missing ids/ invalid ids, and ids where the content simply was not migrated on this invocation.
- Communicate that difference.
Closes #3347129
Merge request reports
Activity
Filter activity
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. I should probably remove this @todo and just open an issue for it.
Edited by K Widholmchanged this line in version 2 of the diff
added 1 commit
- d6092f68 - Remove @todo and replace with an issue reference
Please register or sign in to reply