Skip to content

Resolve "Project import error, User expected, got Hash"

What does this MR do?

  1. We always export author_id, so it will either match a user or use the default user
  2. If we have to leave a note about details from the original author in case it’s not found, we should export author and add logic to do this in relation_factory

In this case, we just need 1.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Closes #57712 (closed)

Edited by James Lopez

Merge request reports