mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #5190] [MERGED] don't infer manage permission for groups #2640
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/5190
Author: @stefan0xC
Created: 11/13/2024
Status: ✅ Merged
Merged: 11/13/2024
Merged by: @dani-garcia
Base:
main← Head:fix-group-manage-permission📝 Commits (1)
2503836don't infer manage permission for groups📊 Changes
2 files changed (+7 additions, -7 deletions)
View changed files
📝
src/api/core/organizations.rs(+4 -4)📝
src/db/models/group.rs(+3 -3)📄 Description
the web-vault v2024.6.2 currently cannot deal with manage permission so instead of relying on the org user type this should just default to
false(until we implement this correctly).should fix #5160
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.