[Bug #634] Fix bug

The picker must be updated always, not only for days with exceptions

FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
Óscar González Fernández 2010-09-10 14:02:06 +02:00
parent c8281ab676
commit 4b4d3db283

View file

@ -379,9 +379,7 @@ public abstract class BaseCalendarEditionController extends
dateboxStartDate.setValue(selectedDay);
Datebox dateboxEndDate = (Datebox) window.getFellow("exceptionEndDate");
dateboxEndDate.setValue(selectedDay);
exceptionDurationPicker
.setValue(baseCalendarModel.isExceptional() ? baseCalendarModel
.getWorkableTime() : EffortDuration.zero());
exceptionDurationPicker.setValue(baseCalendarModel.getWorkableTime());
}
private void highlightDaysOnCalendar() {