mirror of
https://github.com/wekan/wekan.git
synced 2026-02-12 11:14:21 +01:00
Teams/Organizations: Added more code to Admin Panel for saving and editing. In Progress.
Thanks to xet7 ! Related #802
This commit is contained in:
parent
b8d52a5aa8
commit
1bc07b1b4a
8 changed files with 345 additions and 178 deletions
|
|
@ -736,11 +736,11 @@ Cards.helpers({
|
|||
// at linked cards custom fields definition is not found
|
||||
ret.sort(
|
||||
(a, b) =>
|
||||
a.definition !== undefined &&
|
||||
b.definition !== undefined &&
|
||||
a.definition !== undefined &&
|
||||
b.definition !== undefined &&
|
||||
a.definition.name !== undefined &&
|
||||
b.definition.name !== undefined &&
|
||||
a.definition.name.localeCompare(b.definition.name)
|
||||
a.definition.name.localeCompare(b.definition.name),
|
||||
);
|
||||
return ret;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue