mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 22:28:49 +01:00
Admin Panel - sort Organizations and Teams by Display Name, sort People by username
This commit is contained in:
parent
9b22e6da7a
commit
3a83d48bef
3 changed files with 5 additions and 2 deletions
|
|
@ -217,7 +217,7 @@ if (Meteor.isServer) {
|
|||
// Index for Organization name.
|
||||
Meteor.startup(() => {
|
||||
// Org._collection._ensureIndex({ name: -1 });
|
||||
Org._collection._ensureIndex({ orgDisplayName: -1 });
|
||||
Org._collection._ensureIndex({ orgDisplayName: 1 });
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue