Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The schedule shows in month view a gui pretending to show the last days of the previous and the first days of the following month:
29,30,31,1,2,3,4
...
26,27,28,29,30,1,2
Besides the gui suggests that it shows the border days, no entries are shown in for these days. The AbstractScheduleModel method
protected abstract Collection loadEntries(
Date startDate,
Date endDate
);
just loads entries for the first to last day of the selected month.
It would be nice if this method loads entries for the full visible range.