mrbytes
2014-02-01 0648b33b882a5bb2ddef3cad7c16df15158af8a0
src/main/java/com/gitblit/wicket/pages/EditRepositoryPage.java
@@ -169,7 +169,7 @@
      final RegistrantPermissionsPanel usersPalette = new RegistrantPermissionsPanel("users",
            RegistrantType.USER, app().users().getAllUsernames(), repositoryUsers, getAccessPermissions());
      final RegistrantPermissionsPanel teamsPalette = new RegistrantPermissionsPanel("teams",
            RegistrantType.TEAM, app().users().getAllTeamnames(), repositoryTeams, getAccessPermissions());
            RegistrantType.TEAM, app().users().getAllTeamNames(), repositoryTeams, getAccessPermissions());
      // owners palette
      List<String> owners = new ArrayList<String>(repositoryModel.owners);