Skip to content

Fix Elasticsearch blob results linking to the wrong reference ID

Stan Hu requested to merge stanhu/gitlab-ee:fix-elasticsearch-blob-link into master

If Elasticsearch returned a hit for a blob, clicking on the link would always return a 404 since the OID, not the commit SHA, was being used.

This seems important to fix for 8.5.

/cc: @rymai

Merge request reports