[PR #1465] [MERGED] Bugfix for incorrect type and nullable for some org vars #2908

Closed
opened 2025-11-26 23:25:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1465
Author: @mpbw2
Created: 7/16/2021
Status: Merged
Merged: 7/16/2021
Merged by: @mpbw2

Base: masterHead: bugfix-nullables


📝 Commits (1)

  • 76c2f78 bugfix for incorrect type and nullable for some org vars

📊 Changes

3 files changed (+6 additions, -6 deletions)

View changed files

📝 src/Core/Models/Data/OrganizationData.cs (+2 -2)
📝 src/Core/Models/Domain/Organization.cs (+2 -2)
📝 src/Core/Models/Response/ProfileOrganizationResponse.cs (+2 -2)

📄 Description

Two fixes to Organization vars that were preventing sync from working with a particular set of data:

  • Seats: made nullable to match server
  • MaxCollections: made nullable short to match server

🔄 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/bitwarden/android/pull/1465 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 7/16/2021 **Status:** ✅ Merged **Merged:** 7/16/2021 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `bugfix-nullables` --- ### 📝 Commits (1) - [`76c2f78`](https://github.com/bitwarden/android/commit/76c2f78101e9fe6475f9a33357a3ae3339effc53) bugfix for incorrect type and nullable for some org vars ### 📊 Changes **3 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/Core/Models/Data/OrganizationData.cs` (+2 -2) 📝 `src/Core/Models/Domain/Organization.cs` (+2 -2) 📝 `src/Core/Models/Response/ProfileOrganizationResponse.cs` (+2 -2) </details> ### 📄 Description Two fixes to Organization vars that were preventing sync from working with a particular set of data: - `Seats`: made nullable to match server - `MaxCollections`: made nullable `short` to match server --- <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 2025-11-26 23:25:47 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2908