Skip to content

Fix messaging in onPostImport() for unused ids

  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