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).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dani-garcia/vaultwarden/pull/5190
**Author:** [@stefan0xC](https://github.com/stefan0xC)
**Created:** 11/12/2024
**Status:** ✅ Merged
**Merged:** 11/13/2024
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `main` ← **Head:** `fix-group-manage-permission`
---
### 📝 Commits (1)
- [`2503836`](https://github.com/dani-garcia/vaultwarden/commit/250383646163a89e30a70ba21fefd8129c4149f0) don't infer manage permission for groups
### 📊 Changes
**2 files changed** (+7 additions, -7 deletions)
<details>
<summary>View changed files</summary>
📝 `src/api/core/organizations.rs` (+4 -4)
📝 `src/db/models/group.rs` (+3 -3)
</details>
### 📄 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
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/5190
Author: @stefan0xC
Created: 11/12/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.