diff options
author | James Moger <james.moger@gitblit.com> | 2012-10-31 23:16:24 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-10-31 23:16:24 -0400 |
commit | 644bdd5a59a5ed5fbf93a0765f92608b0530c16a (patch) | |
tree | 011d6f9921cf2affcd720ace8a67c289bf1a6377 /src/com/gitblit/Constants.java | |
parent | 2ea85bfe371215ef21fcd528bc40fa57c48ee698 (diff) | |
download | gitblit-644bdd5a59a5ed5fbf93a0765f92608b0530c16a.tar.gz gitblit-644bdd5a59a5ed5fbf93a0765f92608b0530c16a.zip |
Improve transparency of permissions by indicating permission source
Diffstat (limited to 'src/com/gitblit/Constants.java')
-rw-r--r-- | src/com/gitblit/Constants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java index e7812ee3..426d2df0 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -387,7 +387,7 @@ public class Constants { }
public static enum PermissionType {
- EXPLICIT, OWNER, REGEX;
+ EXPLICIT, OWNER, ADMINISTRATOR, TEAM, REGEX;
}
public static enum GCStatus {
|