Added ProjectSearchResults#project_ids_relation
This ensures some other methods such as the "issues" method still work.
This commit is contained in:
parent
300332bbf6
commit
8c2868e8ea
1 changed files with 4 additions and 0 deletions
|
@ -83,5 +83,9 @@ module Gitlab
|
|||
project.repository.find_commits_by_message(query).compact
|
||||
end
|
||||
end
|
||||
|
||||
def project_ids_relation
|
||||
project
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue