mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
[PR #3690] [MERGED] Fix some external_id issues #2947
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/3690
Author: @BlackDex
Created: 7/12/2023
Status: ✅ Merged
Merged: 7/14/2023
Merged by: @dani-garcia
Base:
main← Head:fix-issue-3685📝 Commits (1)
631d022Fix some external_id issues📊 Changes
3 files changed (+28 additions, -38 deletions)
View changed files
📝
src/api/core/organizations.rs(+21 -25)📝
src/db/models/group.rs(+5 -12)📝
src/db/models/organization.rs(+2 -1)📄 Description
externalIdon group updates Groups are only updated via the web-vault currently, and those do not send theexternalIdvalue, and thus we need to prevent updating it.externalIdonCollectionsexternalIdfor usersFixes #3685
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.