[PR #1334] [MERGED] Sort members in the member selector alphabetically #1272

Closed
opened 2026-02-04 22:00:50 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1334
Author: @martonmiklos
Created: 9/5/2025
Status: Merged
Merged: 9/9/2025
Merged by: @meltyshev

Base: masterHead: sort_member_selector_alphabetically


📝 Commits (2)

  • 9427b08 Sort members in the member selector alphabetically
  • 2c91e5f ref: Use orderBy from lodash

📊 Changes

1 file changed (+8 additions, -4 deletions)

View changed files

📝 client/src/components/board-memberships/PureBoardMembershipsStep/PureBoardMembershipsStep.jsx (+8 -4)

📄 Description

The current sorting method sorted by creation (id) which made cumbersome to find users quickly.


🔄 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/plankanban/planka/pull/1334 **Author:** [@martonmiklos](https://github.com/martonmiklos) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `sort_member_selector_alphabetically` --- ### 📝 Commits (2) - [`9427b08`](https://github.com/plankanban/planka/commit/9427b0884c6b7369399dabafbfcf6a27a3a05db0) Sort members in the member selector alphabetically - [`2c91e5f`](https://github.com/plankanban/planka/commit/2c91e5f6c9d8685a3ce49a14d3aa70ecdf3517c9) ref: Use orderBy from lodash ### 📊 Changes **1 file changed** (+8 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/board-memberships/PureBoardMembershipsStep/PureBoardMembershipsStep.jsx` (+8 -4) </details> ### 📄 Description The current sorting method sorted by creation (id) which made cumbersome to find users quickly. --- <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 2026-02-04 22:00:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1272