mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #5148] Bug on multi selection cypher share #2084
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#2084
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 @VincentVoyer on GitHub (Oct 31, 2024).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5148
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN
Vaultwarden Build Version
1.32.3
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
haproxy 2.4.22-f8e3218
Host/Server Operating System
Linux
Operating System Version
almalinux 9.4
Clients
Web Vault
Client Version
2024.6.2
Steps To Reproduce
Expected Result
Given user selected two ciphers, an organisation and a collection
When he validate
Then both ciphers have been moved to the collection of the selected organisation
Actual Result
body: screen 2
result: screen 3
Logs
No response
Screenshots or Videos
Additional Context
No response
@BlackDex commented on GitHub (Oct 31, 2024):
You can't move Organizational owned ciphers.
You can only move personal items to an organization.
The clients filter out org owned ciphers and send the filtered result. So if you only selected org owned items, this will be the result.
I have tested moving personal items to an org and that works fine.