mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 21:28:49 +01:00
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:
parent
695cdfcc4e
commit
b75e16f104
5 changed files with 52 additions and 11 deletions
|
|
@ -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': {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue