ItEr29S07CUConsultaModelosDePlanificacionItEr28S08: [FixBug] On save WorkReport, set user message as INFO message

This commit is contained in:
Diego Pino Garcia 2009-10-05 19:22:06 +02:00 committed by Javier Moran Rua
parent 7b5fb76177
commit e6936e1eb5

View file

@ -146,7 +146,7 @@ public class WorkReportCRUDController extends GenericForwardComposer implements
public void save() {
try {
workReportModel.save();
messagesForUser.showMessage(Level.ERROR,
messagesForUser.showMessage(Level.INFO,
_("Work report saved"));
} catch (ValidationException e) {
showInvalidValues(e);