ItEr25S09CUAsignacionCalendarioLaboralRecursoItEr24S10: Fixed bug creating a worker without a calendar.
This commit is contained in:
parent
9cea948746
commit
8d0cbf5a6c
1 changed files with 3 additions and 1 deletions
|
|
@ -114,7 +114,9 @@ public class WorkerCRUDController extends GenericForwardComposer implements
|
|||
|
||||
public void save() {
|
||||
try {
|
||||
baseCalendarEditionController.save();
|
||||
if (baseCalendarEditionController != null) {
|
||||
baseCalendarEditionController.save();
|
||||
}
|
||||
workerModel.save();
|
||||
goToList();
|
||||
Util.reloadBindings(listWindow);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue