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

When filtering lists, their "FirstRow" is not reset #4132

Open
solth opened this issue Jan 5, 2021 · 3 comments · Fixed by #4138
Open

When filtering lists, their "FirstRow" is not reset #4132

solth opened this issue Jan 5, 2021 · 3 comments · Fixed by #4138
Labels

Comments

@solth
Copy link
Member

solth commented Jan 5, 2021

The filters on process, task and user lists do not reset the "FirstRow" parameter of the lists. This results in empty search results for valid filters when applying a filter after using the paginator to navigate to a later page in the hitlist.

Steps to reproduce:

  • set "Tabellgröße"/"Table size" in user settings to a sufficiently small value (for example the default value 10)
  • open a page with a list containing more then 10 records
  • navigate to the second page
  • insert a filter that should reduce the number of records to at least 1, but less than 10
  • => the list is empty and doesn't show the expected records, because it remains on - the now invalid - page 2 even though the filtered list of records has fewer than 10 entries and therefor only produces one page in the filtered "hitlist"
@matthias-ronge
Copy link
Collaborator

matthias-ronge commented Jan 5, 2021

The typical UI behavior is that after a new search, i.e. changing filter, page 1 is shown, even if there would be enough data that there is still content on the page you were on before. I would suggest implementing it that way in Production, too.

@matthias-ronge
Copy link
Collaborator

loosely related to #3641

@henning-gerhardt
Copy link
Collaborator

Re-opening this issues as the issue is existing again.

I can re-produce this issue in 3.6.0-SNAPSHOT from 3 March 2023, release 3.7.0 and release 3.7.1 and I think this is even happening on the current master branch.

After changing the filter on the process list or task list with lower amount of hits than the current filtering (f.e. from 244 hits to 2 and staying on page two or three of the 244 hits) the new hits are hidden and if the amount of hits fits on one page the navigation arrows are disabled so I must hard reload (Shift F5) the browser tabs to see the new hits of the new filtering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants