mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue