[Queue-2.0] Pagination
# Summary <!--Describe the bug in short here. Describe what happens that is considered bad behaviour.--> Currently, pagination is not always properly attended to in Queue-2.0. In the course page and the module page, for instance, these should be handled with more care. The current pagination object is sometimes not used to actually limit pages and sometimes the full dataset is gathered from the Labracore database either way. # Steps to reproduce <!--Describe the steps required to reproduce the bug. An enumeration with screenshots is preferred to be able to easily reproduce.--> 1. Go to the course page in new queue with more than 10 courses 2. This page will show more than 10 courses, regardless of the pagination settings. # Possible Fix <!--If you have a suspicion of what might be wrong, describe what you think is going wrong.--> Either we need to add manual pagination in Queue code, or we need to add the pageable object to the parameter list of Labracore methods. # Logs <!--Logs can be added if you find a bug and already have a log output to show.--> <!--In case you do, please copy the log between the code tags below.--> <description><code> </code></description>
issue