ItEr31S12ValidacionEProbasFuncionaisItEr30S17: Fix bug saving LabelType and its Labels after pressing saveAndContinue #Bug62
This commit is contained in:
parent
d4178bac98
commit
6a8fae4d90
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue