-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Users unable to create nested collections #5066
Comments
I have the same bug on two different systems |
Same issue here as a workaround it is working in the Admin Console |
it does not work in the admin console either |
To be clear, This does NOT work via the Password Manager View, but only via the Admin Console view. So @Misterbabou your issue regarding that this is also for admins and owners is not correct. As far as i can tell there seems to be a strange thing for users who are a manager and allowed to create collections, but then are not able to select an already existing collection which they have access to. |
I was able to figure it out, a PR for this is in the make. |
Since a newer version of the web-vault we use manager were not able to create sub collections anymore. This was because of some missing details in the response of some json objects. This commit fixes this by using the `to_json_details` instead of the `to_json` Fixes dani-garcia#5066 Fixes dani-garcia#5044
Vaultwarden Support String
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
Vaultwarden Build Version
v1.32.1
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx 1.25.5
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault, Browser Extension
Client Version
No response
Steps To Reproduce
New
button in the upper right corner.Collection
.Nest collection under
.Expected Result
All collections that the user has
edit
rights to should be selectable. This was working in v1.31.x.Actual Result
No items are shown in the dropdown box.
Logs
No response
Screenshots or Videos
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: