Project issue tracker functions refactored
This commit is contained in:
parent
999fc2391b
commit
68a7ecdaaf
6 changed files with 52 additions and 29 deletions
|
@ -163,7 +163,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
def reference_issue(identifier)
|
||||
if issue_exists? identifier
|
||||
if @project.issue_exists? identifier
|
||||
url = url_for_issue(identifier)
|
||||
title = title_for_issue(identifier)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue