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

🐞Pagination not working properly after sorting columns #890

Open
ds-crehm opened this issue Apr 25, 2024 · 1 comment
Open

🐞Pagination not working properly after sorting columns #890

ds-crehm opened this issue Apr 25, 2024 · 1 comment
Assignees
Labels
backend Backend related issues bug Something isn't working

Comments

@ds-crehm
Copy link
Contributor

ds-crehm commented Apr 25, 2024

Description

After sorting a table, the pagination does not work anymore. Identical notifications are visible on different pages.

Current behaviour

Sorting the table and then switching to different pages shows the same notifications.
Sorted by "Type". Page 1:
Image
Page 2 with the same notifications again:
Image
Page 3 with another 'duplicate':
Image
Going to the detail view of any of these notifications, shows that they are the same datasets.

Expected behavior

After sorting the table, you can freely switch between pages without seeing duplicates of the same notification. Every notification is only shown once in a fixed order based on the chosen sort criteria. When I see one notification on page 1, I expect to see it there again (and only there) after switching to a different page and back.

Steps to reproduce the Bug

  1. Go to "Inbox"
  2. Sort table by "Type"
  3. Switch page
    -> Some notifications are seen on both pages.

Links

Might be related to #1243

@ds-crehm ds-crehm added the bug Something isn't working label Apr 25, 2024
@ds-mmaul ds-mmaul mentioned this issue Apr 29, 2024
11 tasks
@ds-mmaul ds-mmaul added the backend Backend related issues label Jul 15, 2024
@mkanal
Copy link
Contributor

mkanal commented Jul 16, 2024

@ds-crehm Please try to reproduce and if this is reproducible please notice the team. We will estimate the issue once this is reproducible on current release state. Otherwise please close this issue.

@mkanal mkanal changed the title Pagination not working properly after sorting columns 🐞Pagination not working properly after sorting columns Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related issues bug Something isn't working
Projects
Status: backlog
Development

No branches or pull requests

3 participants