Fixed Rare bug: All Boards page icons random dance. Commented out All Boards show members, cards counts, and some migrations.

Fixes #4214

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-06-09 16:27:04 +03:00
parent 695cdfcc4e
commit b75e16f104
5 changed files with 52 additions and 11 deletions

View file

@ -171,6 +171,7 @@ Users.attachSchema(
*/
type: Boolean,
optional: true,
defaultValue: false,
},
'profile.hideCheckedItems': {
/**
@ -384,6 +385,7 @@ Users.attachSchema(
'board-view-lists',
'board-view-cal',
],
defaultValue: 'board-view-swimlanes',
},
'profile.listSortBy': {
/**