Skip to content

[ES] Reinstate project_id missing from Blobs

Mario de la Ossa requested to merge 10393-ES-api-project_id-missing into master

What does this MR do?

looks like this was an oversight from when I switched our schema from _parent relationships to using join fields. We no longer store the project ID for a blob anywhere, so we should restore that and expose it properly.

What are the relevant issue numbers?

#10393 (closed)

Does this MR meet the acceptance criteria?

Closes #10393 (closed)

Merge request reports