[PR #1945] [MERGED] [SG-79] Alphabetize organization list in vault filter #9385

Closed
opened 2026-04-11 02:19:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: vaultfilter-sortorder


📝 Commits (1)

  • bcd25c8 alphabetize org list in vault filter

📊 Changes

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

View changed files

📝 src/App/Pages/Vault/CiphersPageViewModel.cs (+1 -1)
📝 src/App/Pages/Vault/GroupingsPage/GroupingsPageViewModel.cs (+1 -1)

📄 Description

Type of change

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

Objective

Alphabetize the list of organizations in the vault filter list

Code changes

  • GroupingsPageViewModel/CiphersPageViewModel.cs: Added OrderBy to org list linq statement

Screenshots

Screen Shot 2022-06-08 at 4 51 00 PM

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/1945 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 6/8/2022 **Status:** ✅ Merged **Merged:** 6/8/2022 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `vaultfilter-sortorder` --- ### 📝 Commits (1) - [`bcd25c8`](https://github.com/bitwarden/android/commit/bcd25c8ac91a98b1e1065279923f10422639435c) alphabetize org list in vault filter ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Vault/CiphersPageViewModel.cs` (+1 -1) 📝 `src/App/Pages/Vault/GroupingsPage/GroupingsPageViewModel.cs` (+1 -1) </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--> Alphabetize the list of organizations in the vault filter list ## 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--> * **GroupingsPageViewModel/CiphersPageViewModel.cs:** Added `OrderBy` to org list linq statement ## Screenshots <!--Required for any UI changes. Delete if not applicable--> <img width="539" alt="Screen Shot 2022-06-08 at 4 51 00 PM" src="https://user-images.githubusercontent.com/59324545/172715233-6737dbee-5ee8-4c70-a0a6-f18148a6b74d.png"> ## 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-11 02:19:46 -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#9385