Schedule month view mode, shown interval
----------------------------------------

         Key: MYFACES-1035
         URL: http://issues.apache.org/jira/browse/MYFACES-1035
     Project: MyFaces
        Type: Improvement
  Components: Sandbox  
    Reporter: Joerg Saedtler
    Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to