Add support for clicking label names and board titles

This commit is contained in:
John R. Supplee 2021-01-21 01:48:24 +02:00
parent 52f920db12
commit 61c691a267
4 changed files with 82 additions and 11 deletions

View file

@ -374,7 +374,7 @@ Meteor.methods({
.map(list => {
return list.title;
}),
);
).sort();
},
});