mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-06 23:52:18 +01:00
Recover review comment editing ability
This commit is contained in:
@@ -126,8 +126,6 @@ trait PullRequestsControllerBase extends ControllerBase {
|
||||
getMilestonesWithIssueCount(owner, name),
|
||||
getPriorities(owner, name),
|
||||
getLabels(owner, name),
|
||||
//commits,
|
||||
//diffs,
|
||||
isEditable(repository),
|
||||
isManageable(repository),
|
||||
hasDeveloperRole(pullreq.requestUserName, pullreq.requestRepositoryName, context.loginAccount),
|
||||
|
||||
@@ -16,4 +16,7 @@
|
||||
isManageable,
|
||||
true
|
||||
)
|
||||
<div id="comment-list" style="visibility: hidden;">
|
||||
@gitbucket.core.issues.html.commentlist(Some(issue), comments.toList, isManageable, repository, Some(pullreq))
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user