🔄 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/4207
**Author:** [@BlackDex](https://github.com/BlackDex)
**Created:** 12/28/2023
**Status:** ✅ Merged
**Merged:** 1/1/2024
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `main` ← **Head:** `fix-single-org-check`
---
### 📝 Commits (1)
- [`88c3756`](https://github.com/dani-garcia/vaultwarden/commit/88c37565c9622c7cd700d44d81c6b8538a25cda1) Fix Single Org Policy check
### 📊 Changes
**1 file changed** (+1 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `src/db/models/organization.rs` (+1 -2)
</details>
### 📄 Description
There was an error in the single org policy check to determine how many users there are in an org. The `or` check was at the wrong location in the DSL.
This is now fixed.
Fixes #4205
---
<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/4207
Author: @BlackDex
Created: 12/28/2023
Status: ✅ Merged
Merged: 1/1/2024
Merged by: @dani-garcia
Base:
main← Head:fix-single-org-check📝 Commits (1)
88c3756Fix Single Org Policy check📊 Changes
1 file changed (+1 additions, -2 deletions)
View changed files
📝
src/db/models/organization.rs(+1 -2)📄 Description
There was an error in the single org policy check to determine how many users there are in an org. The
orcheck was at the wrong location in the DSL.This is now fixed.
Fixes #4205
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.