[PR #4207] [MERGED] Fix Single Org Policy check #2875

Closed
opened 2025-10-09 18:13:07 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: fix-single-org-check


📝 Commits (1)

  • 88c3756 Fix 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 or check 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.

## 📋 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>
OVERLORD added the pull-request label 2025-10-09 18:13:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2875