[PR #988] [MERGED] Rename functions #15691

Closed
opened 2026-04-23 07:28:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/988
Author: @theycallmesteve
Created: 5/8/2020
Status: Merged
Merged: 5/13/2020
Merged by: @dani-garcia

Base: masterHead: rename_functions


📝 Commits (2)

  • dfdf447 Rename to_json_list to to_json_provder to reflect the response model
  • 6a8c654 Rename collection_user_details to collection_read_only to reflect the response model

📊 Changes

4 files changed (+4 additions, -4 deletions)

View changed files

📝 src/api/core/organizations.rs (+1 -1)
📝 src/api/core/two_factor/mod.rs (+1 -1)
📝 src/db/models/organization.rs (+1 -1)
📝 src/db/models/two_factor.rs (+1 -1)

📄 Description

Rename functions to reflect their response model return values


🔄 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/988 **Author:** [@theycallmesteve](https://github.com/theycallmesteve) **Created:** 5/8/2020 **Status:** ✅ Merged **Merged:** 5/13/2020 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `rename_functions` --- ### 📝 Commits (2) - [`dfdf447`](https://github.com/dani-garcia/vaultwarden/commit/dfdf4473ea89087a5d055a7d9fdcda62fa727c58) Rename to_json_list to to_json_provder to reflect the response model - [`6a8c654`](https://github.com/dani-garcia/vaultwarden/commit/6a8c65493f2194c065705bfd180b4106e9db6478) Rename collection_user_details to collection_read_only to reflect the response model ### 📊 Changes **4 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/organizations.rs` (+1 -1) 📝 `src/api/core/two_factor/mod.rs` (+1 -1) 📝 `src/db/models/organization.rs` (+1 -1) 📝 `src/db/models/two_factor.rs` (+1 -1) </details> ### 📄 Description Rename functions to reflect their response model return values --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 07:28:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#15691