mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #1578] Web vault "select all" option only selects first 500 items #1008
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1008
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @bobfatherx on GitHub (Apr 3, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1578
Subject of the issue
Web vault "select all" option only selects first 500 items
Deployment environment
Your environment (Generated via diagnostics page)
Steps to reproduce
Load a web vault with more than 500 items, click the settings cog and click "select all."
Expected behaviour
All items to be selected.
Actual behaviour
Only the first 500 items are selected.
Troubleshooting data
@RealOrangeOne commented on GitHub (Apr 3, 2021):
Selection is done on the client vault I believe, so I think this is more of an issue upstream than here.
@bobfatherx commented on GitHub (Apr 3, 2021):
Got it, sorry about that. Thanks for your quick response, though! Should I bother the devs on bitwarden/web to see if they can reproduce and fix?
Edit: I see another use with an over-large library has already reported it: https://github.com/bitwarden/web/issues/836