ItEr31S12ValidacionEProbasFuncionaisItEr30S17: Fix bug saving LabelType and its Labels after pressing saveAndContinue #Bug62

This commit is contained in:
Diego Pino Garcia 2009-10-20 11:38:51 +02:00 committed by Javier Moran Rua
parent d4178bac98
commit 6a8fae4d90

View file

@ -216,6 +216,7 @@ public class LabelTypeCRUDController extends GenericForwardComposer {
validate();
try {
labelTypeModel.confirmSave();
goToEditForm(labelTypeModel.getLabelType());
messagesEditWindow.showMessage(Level.INFO, _("Label saved"));
} catch (ValidationException e) {
showInvalidValues(e);