[PR #806] [MERGED] Sort users by name in boards, cards and user list #1109

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/806
Author: @emmguyot
Created: 6/22/2024
Status: Merged
Merged: 7/15/2024
Merged by: @meltyshev

Base: masterHead: sortUsers


📝 Commits (2)

  • 83ecf71 Sort users by name in boards, cards and user list
  • 3409ce9 fix: Fix ordering method

📊 Changes

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

View changed files

📝 client/src/models/Board.js (+7 -4)
📝 client/src/models/User.js (+1 -1)
📝 client/src/selectors/boards.js (+8 -11)

📄 Description

This fix sorts users by name (lower cased) in list that appears in boards, cards and the admin list for users.


🔄 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/806 **Author:** [@emmguyot](https://github.com/emmguyot) **Created:** 6/22/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `sortUsers` --- ### 📝 Commits (2) - [`83ecf71`](https://github.com/plankanban/planka/commit/83ecf717dc3b03c523853566d77f69b03f33f86e) Sort users by name in boards, cards and user list - [`3409ce9`](https://github.com/plankanban/planka/commit/3409ce9ddac172890f831c46ae36c8ea5a853da9) fix: Fix ordering method ### 📊 Changes **3 files changed** (+16 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `client/src/models/Board.js` (+7 -4) 📝 `client/src/models/User.js` (+1 -1) 📝 `client/src/selectors/boards.js` (+8 -11) </details> ### 📄 Description This fix sorts users by name (lower cased) in list that appears in boards, cards and the admin list for users. --- <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 21:50:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1109