mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #4860] Fix manager in web-vault v2024.6.2 for collections #2718
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?
Original Pull Request: https://github.com/dani-garcia/vaultwarden/pull/4860
State: closed
Merged: Yes
The web-vault v2024.6.2 we use needs some extra information to allow managers to actually be able to manage collections.
The v2024.6.2 web-vault has somewhat of a mixture of the newer roles and older manager roles. To at least fix this for the web-vault we bundle these changes will make the manager able to manage.
For future web-vaults we would need a lot more changes to be done to fix this in a better way though.
Fixes #4844