mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-01 11:06:06 +01:00
Rename general variable name isWritable to hasWritePermission.
This commit is contained in:
@@ -30,7 +30,7 @@ trait MilestonesControllerBase extends ControllerBase {
|
||||
issues.milestones.html.list(state,
|
||||
getMilestonesWithIssueCount(owner, repository),
|
||||
repositoryInfo,
|
||||
isWritable(owner, repository, context.loginAccount))
|
||||
hasWritePermission(owner, repository, context.loginAccount))
|
||||
} getOrElse NotFound
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user