[PR #1955] [MERGED] [SG-393] Fix for missing personal items added prior to joining org with personal ownership policy #29260

Closed
opened 2026-04-18 13:16:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1955
Author: @mpbw2
Created: 6/16/2022
Status: Merged
Merged: 6/16/2022
Merged by: @mpbw2

Base: masterHead: bugfix-vaultfilter


📝 Commits (1)

  • 1edac66 fix for missing personal items added prior to joining org with personal ownership policy

📊 Changes

1 file changed (+1 additions, -5 deletions)

View changed files

📝 src/App/Pages/VaultFilterViewModel.cs (+1 -5)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

This fixes the issue where personal items added prior to joining an org with the personal ownership policy enabled were not being shown if the single org policy was also enabled.

Code changes

  • VaultFilterViewModel.cs: Removed the forced filter set to org when both policies are enabled, instead forced to "All Vaults".

Before you submit

  • I have checked for formatting errors (dotnet tool run dotnet-format --check) (required)
  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 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/1955 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 6/16/2022 **Status:** ✅ Merged **Merged:** 6/16/2022 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `bugfix-vaultfilter` --- ### 📝 Commits (1) - [`1edac66`](https://github.com/bitwarden/android/commit/1edac66c663eea243b98f21a7f35239c750c79a8) fix for missing personal items added prior to joining org with personal ownership policy ### 📊 Changes **1 file changed** (+1 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/VaultFilterViewModel.cs` (+1 -5) </details> ### 📄 Description ## Type of change - [X] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> This fixes the issue where personal items added prior to joining an org with the personal ownership policy enabled were not being shown if the single org policy was also enabled. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **VaultFilterViewModel.cs:** Removed the forced filter set to org when both policies are enabled, instead forced to "All Vaults". ## Before you submit - [X] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required) - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <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-18 13:16:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#29260