mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 14:05:52 +01:00
Implemented the label edit process.
This commit is contained in:
@@ -25,7 +25,7 @@ trait IssuesService {
|
||||
Query(IssueComments) filter (_.byPrimaryKey(commentId.toInt)) firstOption
|
||||
else None
|
||||
|
||||
def getIssueLabel(owner: String, repository: String, issueId: Int) =
|
||||
def getIssueLabels(owner: String, repository: String, issueId: Int) =
|
||||
IssueLabels
|
||||
.innerJoin(Labels).on { (t1, t2) =>
|
||||
t1.byLabel(t2.userName, t2.repositoryName, t2.labelId)
|
||||
|
||||
Reference in New Issue
Block a user