mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Add support for clicking label names and board titles
This commit is contained in:
parent
52f920db12
commit
61c691a267
4 changed files with 82 additions and 11 deletions
|
@ -374,7 +374,7 @@ Meteor.methods({
|
|||
.map(list => {
|
||||
return list.title;
|
||||
}),
|
||||
);
|
||||
).sort();
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue