Skip to content
Snippets Groups Projects
Commit 527eb102 authored by Jochem de Goede's avatar Jochem de Goede
Browse files

Could not move to next page in requests list

parent 920aeb19
No related merge requests found
......@@ -99,6 +99,7 @@ public class RequestController {
);
PagedListHolder<Request> requests = new PagedListHolder<Request>(filteredList);
requests.setPage(pageable.getPageNumber());
Map<Long, Long> queueCount = new HashMap();
for(Lab lab : activeLabs) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment