rohityadavcloud commented on code in PR #9096:
URL: https://github.com/apache/cloudstack/pull/9096#discussion_r1610360509
##########
server/src/main/java/com/cloud/network/NetworkServiceImpl.java:
##########
@@ -2267,7 +2267,7 @@ public Pair<List<? extends Network>, Integer>
searchForNetworks(ListNetworksCmd
isRecursive = true;
}
- Filter searchFilter = new Filter(NetworkVO.class, "id", false, null,
null);
+ Filter searchFilter = new Filter(NetworkVO.class, "id", false,
cmd.getStartIndex(), cmd.getPageSizeVal());
Review Comment:
Are there not any other API similar to this where pagination is applied
where the pattern can be repeated, maybe templates, volumes, offerings?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]