mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
[BUG] Collection management is no longer possible as manager #2002
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 @jmueller42 on GitHub (Aug 19, 2024).
Subject of the issue
Users with management role are no longer able to give other users access to collections. With 1.30.x this was possible. As administrator or owner this is still possible.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, ADMIN_TOKEN, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, SMTP_FROM_NAME, SMTP_USERNAME, SMTP_PASSWORD, SMTP_AUTH_MECHANISM
Steps to reproduce
Create a user with manager role.
Give the user access to a collection.
Login as manager user and try to give other users access to this collection.
The menu is not accessable since the "three-dot-menu" is not visible.
Expected behaviour
The manager user should be able to give other users access to the collection.
Actual behaviour
The access menu is not shown and therefore not accessable.
This is the case in the password and admin console view.
@BlackDex commented on GitHub (Aug 19, 2024):
This has already been resolved in the
testingtagged container images via #4860@jmueller42 commented on GitHub (Aug 19, 2024):
Thank you for the fast reply @BlackDex
Will this be contained in the next release?
@BlackDex commented on GitHub (Aug 19, 2024):
there might be some other fixes coming before we release a new version, but probably yes.