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. Reverted changing migrations. Fixed reordering cards. Part 2.
Fixes #4214 Thanks to xet7 !
This commit is contained in:
parent
44bfe89ea8
commit
e1a00090ba
5 changed files with 15 additions and 49 deletions
|
@ -51,12 +51,10 @@ Settings.attachSchema(
|
|||
displayAuthenticationMethod: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
defaultValue: true,
|
||||
},
|
||||
defaultAuthenticationMethod: {
|
||||
type: String,
|
||||
optional: false,
|
||||
defaultValue: 'password',
|
||||
},
|
||||
spinnerName: {
|
||||
type: String,
|
||||
|
@ -65,17 +63,14 @@ 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