Fixed a bug with comments not showing correctly
Signed-off-by: Konrad <konrad@kola-entertainments.de>
This commit is contained in:
parent
43caa93454
commit
b8d0fc2683
|
|
@ -533,7 +533,7 @@ func createIssueDependencyComment(e *xorm.Session, doer *User, issue *Issue, dep
|
|||
Repo: issue.Repo,
|
||||
Issue: issue,
|
||||
DependentIssue: dependentIssue,
|
||||
Content: issue.Title,
|
||||
Content: dependentIssue.Title,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user