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

@ -51,10 +51,12 @@ Settings.attachSchema(
displayAuthenticationMethod: {
type: Boolean,
optional: true,
defaultValue: true,
},
defaultAuthenticationMethod: {
type: String,
optional: false,
defaultValue: 'password',
},
spinnerName: {
type: String,
@ -63,14 +65,17 @@ Settings.attachSchema(
hideLogo: {
type: Boolean,
optional: true,
defaultValue: false,
},
hideCardCounterList: {
type: Boolean,
optional: true,
defaultValue: false,
},
hideBoardMemberList: {
type: Boolean,
optional: true,
defaultValue: false,
},
customLoginLogoImageUrl: {
type: String,