feat: assign new tasks to buckets in all bucketed views, not just kanban
This commit is contained in:
parent
b18b859b71
commit
a0cc76c4c8
|
|
@ -1034,7 +1034,6 @@ func setTaskInBucketInViews(s *xorm.Session, t *Task, a web.Auth, setBucket bool
|
|||
|
||||
for _, view := range views {
|
||||
if setBucket && !moveToDone &&
|
||||
view.ViewKind == ProjectViewKindKanban &&
|
||||
view.BucketConfigurationMode == BucketConfigurationModeManual {
|
||||
|
||||
bucketID := view.DoneBucketID
|
||||
|
|
|
|||
Loading…
Reference in New Issue