mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
[PR #4207] [MERGED] Fix Single Org Policy check #2875
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/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.