From 644bdd5a59a5ed5fbf93a0765f92608b0530c16a Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 31 Oct 2012 23:16:24 -0400
Subject: [PATCH] Improve transparency of permissions by indicating permission source

---
 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 e7812ee..426d2df 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -387,7 +387,7 @@
 	}
 	
 	public static enum PermissionType {
-		EXPLICIT, OWNER, REGEX;
+		EXPLICIT, OWNER, ADMINISTRATOR, TEAM, REGEX;
 	}
 	
 	public static enum GCStatus {

--
Gitblit v1.9.1