ItEr29S07CUConsultaModelosDePlanificacionItEr28S08: [FixBug] On save WorkReport, set user message as INFO message
This commit is contained in:
parent
7b5fb76177
commit
e6936e1eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue