mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Search-347, fixed interval check
This commit is contained in:
@@ -1096,7 +1096,7 @@ public class SearchParameters implements BasicSearchParameters
|
||||
{
|
||||
return true;
|
||||
}
|
||||
if(interval != null && !interval.getIntervals().isEmpty() || !interval.getSets().isEmpty())
|
||||
if(interval != null)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user