[PR #4257] [MERGED] Fix bulk collection deletion #2864

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

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4257
Author: @BlackDex
Created: 1/18/2024
Status: Merged
Merged: 1/25/2024
Merged by: @dani-garcia

Base: mainHead: fix-bulk-collection-delete


📝 Commits (1)

  • 5d7de4d Fix bulk collection deletion

📊 Changes

1 file changed (+0 additions, -4 deletions)

View changed files

📝 src/api/core/organizations.rs (+0 -4)

📄 Description

The bulk collection delete seems to have removed the extra org_id in the posted data. Now we only use the org_id from the path.

Fixes #4253


🔄 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/4257 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 1/18/2024 **Status:** ✅ Merged **Merged:** 1/25/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-bulk-collection-delete` --- ### 📝 Commits (1) - [`5d7de4d`](https://github.com/dani-garcia/vaultwarden/commit/5d7de4dc899f1ce4519ead9c6d96b094e683c2c8) Fix bulk collection deletion ### 📊 Changes **1 file changed** (+0 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/organizations.rs` (+0 -4) </details> ### 📄 Description The bulk collection delete seems to have removed the extra org_id in the posted data. Now we only use the org_id from the path. Fixes #4253 --- <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:12:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2864