OHDSI / Arachne

Arachne Data Node web application
Apache License 2.0
1 stars 1 forks source link

Wrong pagination when sorting submission list by Submitted, Finished or Status #9

Open ttemnikova opened 6 months ago

ttemnikova commented 6 months ago
  1. Login to Arachne Data Node
  2. Go to the list of submissions
  3. Sort the list by Submitted, Finished or Status column

Expected result: the list has the same length but the selected order Actual result: the list has 50 entries instead of initial 10 ones. The response contains totalElements: 50 and numberOfElements: 50