mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-24 14:32:01 +00:00
reverting getTags
This commit is contained in:
@@ -267,7 +267,7 @@ public class TagsImpl implements Tags
|
|||||||
tags.add(new Tag(pair.getFirst(), pair.getSecond()));
|
tags.add(new Tag(pair.getFirst(), pair.getSecond()));
|
||||||
}
|
}
|
||||||
|
|
||||||
return CollectionWithPagingInfo.asPaged(params.getPaging(), tags, results.hasMoreItems(), (totalItems == null ? 0 : totalItems.intValue()));
|
return CollectionWithPagingInfo.asPaged(params.getPaging(), tags, results.hasMoreItems(), (totalItems == null ? null : totalItems.intValue()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Experimental
|
@Experimental
|
||||||
|
Reference in New Issue
Block a user