mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: mass selection in user groups with pagination does not work properly #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peterforeman on GitHub.
Reproduction steps
Example:
Now none of the previously selected users on the first page are selected anymore. Only the users on the second page are selected. If we now select all users on the first page again and save, the users on the second page get deselected.
Expected behavior
In Administration -> User groups we can edit the groups and select which users belong to a group. We should be able to use pagination (eg. 20 users per page), mass select users per page to add them to the group and move to the next page and selecting these again etc.
Actual Behavior
See reproduction steps. When mass-selecting, users on other (not shown) pages of the pagination get deselected while this is not meant to happen.
Pocket ID Version
1.10.0
Database
SQlite
OS and Environment
Kubernetes/Traefik
Log Output
No response
@stonith404 commented on GitHub:
Thanks, this should be fixed in
6c696b46c8and will be available in the next release.