feat: assign new tasks to buckets in all bucketed views, not just kanban

This commit is contained in:
kolaente 2026-04-12 18:22:25 +02:00
parent b18b859b71
commit a0cc76c4c8
1 changed files with 0 additions and 1 deletions

View File

@ -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