ItEr16S10ClasificacionTraballoItEr15S13: Fix bug when reloading criterion for editing
This commit is contained in:
parent
6a7a8066b8
commit
89f294616b
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue