mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[PR #806] [MERGED] Sort users by name in boards, cards and user list #1109
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:sortUsers📝 Commits (2)
83ecf71Sort users by name in boards, cards and user list3409ce9fix: 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.