Vitaly Litvak
2014-01-28 72a7824f2f1d78e9eefde02843e95c9c5b2c4938
src/main/java/com/gitblit/wicket/pages/EditTeamPage.java
@@ -196,7 +196,11 @@
            teamModel.postReceiveScripts.addAll(postReceiveScripts);
            try {
               app().gitblit().updateTeamModel(oldName, teamModel, isCreate);
               if (isCreate) {
                  app().gitblit().addTeam(teamModel);
               } else {
                  app().gitblit().reviseTeam(oldName, teamModel);
               }
            } catch (GitBlitException e) {
               error(e.getMessage());
               return;