mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud)
71774: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud) 71679: Merged V4.1-BUG-FIX (4.1.9) to V4.2-BUG-FIX (4.2.3) 71479: MNT-11493: Merged DEV to V4.1-BUG-FIX (4.1.9) 71411: MNT-11493 Pagination controls for second page of tagged links are incorrect git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74723 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -456,7 +456,10 @@ public class LinksServiceImpl implements LinksService
|
|||||||
{
|
{
|
||||||
skipCount = finalLuceneResults.getStart();
|
skipCount = finalLuceneResults.getStart();
|
||||||
}
|
}
|
||||||
catch(UnsupportedOperationException e) {}
|
catch(UnsupportedOperationException e)
|
||||||
|
{
|
||||||
|
skipCount = paging.getSkipCount();
|
||||||
|
}
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
itemsRemainingAfterThisPage = finalLuceneResults.length();
|
itemsRemainingAfterThisPage = finalLuceneResults.length();
|
||||||
|
Reference in New Issue
Block a user