James Moger
2014-01-14 21ca9d90c6f3b29e4574fe143bbfa7e0ef0b0514
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);