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