BigW Consortium Gitlab

Commit 8c2868e8 by Yorick Peterse Committed by Robert Speicher

Added ProjectSearchResults#project_ids_relation

This ensures some other methods such as the "issues" method still work.
parent 300332bb
......@@ -83,5 +83,9 @@ module Gitlab
project.repository.find_commits_by_message(query).compact
end
end
def project_ids_relation
project
end
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment