Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞[BUG] Pagination not working properly in contracts view #1243

Open
ds-crehm opened this issue Jul 19, 2024 · 0 comments
Open

🐞[BUG] Pagination not working properly in contracts view #1243

ds-crehm opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working R24.8

Comments

@ds-crehm
Copy link
Contributor

ds-crehm commented Jul 19, 2024

Description

Found on E2E:
The pagination is not working properly for the contracts API.

Current behaviour

On some pages in the contract view of the administration section, the amount of contracts shown is not correct:
Image
On the bottom of the table it says 10 items per page and 'showing 21-30' but in the table there are only 7 contracts.

The request sent by the frontend is correct:
Image

But in the response it says 'pagesize: 10' but it only contains 7 objects.

Expected behavior

The correct amount of objects is returned by the API (10 in this case).

Steps to reproduce the Bug

  1. Log in as admin
  2. Open contract view in administration section
  3. Switch pages to a page with less than 10 items

Links

Might be related to #890

@mkanal mkanal changed the title [BUG] Pagination not working properly in contracts view 🐞[BUG] Pagination not working properly in contracts view Jul 22, 2024
@mkanal mkanal added bug Something isn't working R24.8 labels Jul 23, 2024
@ds-mwesener ds-mwesener self-assigned this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working R24.8
Projects
Status: backlog
Development

No branches or pull requests

3 participants