ItEr16S10ClasificacionTraballoItEr15S13: Fix bug when reloading criterion for editing

This commit is contained in:
Diego Pino Garcia 2009-07-06 20:01:02 +02:00 committed by Javier Moran Rua
parent 6a7a8066b8
commit 89f294616b

View file

@ -149,10 +149,11 @@ public class CriterionAdminController extends GenericForwardComposer {
onlyOneVisible.showOnly(listing);
try {
criterionsModel.saveCriterion();
reload();
messagesForUser.showMessage(Level.INFO, "Criterio gardado");
} catch (ValidationException e) {
messagesForUser.showInvalidValues(e);
} finally {
reload();
}
}