Rename general variable name isWritable to hasWritePermission.

This commit is contained in:
takezoe
2013-07-03 01:51:41 +09:00
parent 14187795fb
commit 0bda8cdab7
9 changed files with 20 additions and 16 deletions

View File

@@ -247,7 +247,7 @@ trait IssuesControllerBase extends ControllerBase {
condition,
filter,
repositoryInfo,
isWritable(owner, repository, context.loginAccount))
hasWritePermission(owner, repository, context.loginAccount))
} getOrElse NotFound
}