[Bug #634] Fix bug
The picker must be updated always, not only for days with exceptions FEA: ItEr60S04ValidacionEProbasFuncionaisItEr59S04
This commit is contained in:
parent
c8281ab676
commit
4b4d3db283
1 changed files with 1 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue