greatbit / quack

Web Based Test Management System
Apache License 2.0
122 stars 36 forks source link

Only shows 20 launches #232

Closed mpelley closed 1 year ago

mpelley commented 1 year ago

I have a project with 139 launches. The launches tab only shows 20. The "next page" button is disabled. I suspect this is because the API request for a count of launches has a "limit=20" parameter in the request, so the response is "20" instead of "139". If I send the request without this parameter, the count is "139".

Steps to reproduce the behavior:

  1. Create a project with more than 20 launches.
  2. Go to the launches tab
  3. Observe the "next page" button is disables, so you can't ever see the rest of the launches.

I am using the version in GitHub (October 2022?).

azee commented 1 year ago

Fix pushed to master. Out in upcoming release

azee commented 1 year ago

Released within https://github.com/greatbit/quack/releases/tag/quack-1.21