mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 01:56:06 +10:00
Added ProjectSearchResults#project_ids_relation
This ensures some other methods such as the "issues" method still work.
This commit is contained in:
committed by
Robert Speicher
parent
300332bbf6
commit
8c2868e8ea
@@ -83,5 +83,9 @@ module Gitlab
|
||||
project.repository.find_commits_by_message(query).compact
|
||||
end
|
||||
end
|
||||
|
||||
def project_ids_relation
|
||||
project
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user