fix(kanban): do not mark first bucked as done bucket in filter bucket mode
Resolves https://github.com/go-vikunja/vikunja/issues/313 (cherry picked from commit 1a8f12ac137f20745895a5c3b828683324b82dc4)
This commit is contained in:
@ -115,8 +115,8 @@ func (p *BucketConfigurationModeKind) UnmarshalJSON(bytes []byte) error {
|
||||
}
|
||||
|
||||
type ProjectViewBucketConfiguration struct {
|
||||
Title string
|
||||
Filter string
|
||||
Title string `json:"title"`
|
||||
Filter string `json:"filter"`
|
||||
}
|
||||
|
||||
type ProjectView struct {
|
||||
|
Reference in New Issue
Block a user