mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-30 18:15:39 +00:00
ALF-11500 Correct the repeating events finding to use the To date, and add additional repeating event webscript unit tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32054 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
parent
6b0b6187c6
commit
989f606d60
@ -78,7 +78,7 @@ public interface CalendarService
|
||||
|
||||
/**
|
||||
* Retrieves all {@link CalendarEntry} instances in the repository
|
||||
* for the given sites, between the specified date range
|
||||
* for the given sites, between the specified date range.
|
||||
*/
|
||||
@NotAuditable
|
||||
PagingResults<CalendarEntry> listCalendarEntries(String[] siteShortNames, Date from, Date to, PagingRequest paging);
|
||||
|
Loading…
x
Reference in New Issue
Block a user