James Moger
2012-10-30 abcb146f0c4e5c99e5e44349a65e6fd49e9296d9
src/com/gitblit/client/RegistrantPermissionsTableModel.java
@@ -104,7 +104,7 @@
         // and therefore can not be directly manipulated unless the current
         // object is the source of the regex (i.e. a user or team with explicit
         // regex definition)
         return permissions.get(rowIndex).isExplicit;
         return permissions.get(rowIndex).isEditable;
      }
      return false;
   }
@@ -117,7 +117,7 @@
      case Registrant:
         return rp.registrant;
      case Type:
         return rp.isExplicit;
         return rp.permissionType;
      case Permission:
         return rp.permission;
      }