mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Bug on multi selection cypher share #2077
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 @VincentVoyer on GitHub (Oct 31, 2024).
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.