[PR #2197] [MERGED] Fix issue with Bitwarden CLI. #3286

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

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2197
Author: @BlackDex
Created: 12/31/2021
Status: Merged
Merged: 1/3/2022
Merged by: @dani-garcia

Base: mainHead: issue-2196


📝 Commits (1)

  • bf5aefd Fix issue with Bitwarden CLI.

📊 Changes

1 file changed (+22 additions, -16 deletions)

View changed files

📝 src/api/core/sends.rs (+22 -16)

📄 Description

The CLI seems to send a String instead of an Integer for the maximum access count.
It now accepts both types and converts it to an i32 in all cases.

Fixes #2196


🔄 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/2197 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 12/31/2021 **Status:** ✅ Merged **Merged:** 1/3/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `issue-2196` --- ### 📝 Commits (1) - [`bf5aefd`](https://github.com/dani-garcia/vaultwarden/commit/bf5aefd12976cef55276e00db770710b22d7b62f) Fix issue with Bitwarden CLI. ### 📊 Changes **1 file changed** (+22 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/sends.rs` (+22 -16) </details> ### 📄 Description The CLI seems to send a String instead of an Integer for the maximum access count. It now accepts both types and converts it to an i32 in all cases. Fixes #2196 --- <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:20:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3286