api/pkg
kolaente 7b8fab33a5
fix(kanban): Make sure all saved taskBucket positions are saved with their project view id
When the tasks were migrated from belonging directly to a bucket to only belonging to a view, I forgot to add the view in that migration, resulting in task buckets where the view was 0. These entries were not deleted when a task was moved between buckets, but the new task bucket relation nevertheless inserted. This resulted in tasks showing up multiple times on the kanban board.

This change adds a new migration which adds the correct project view id (as derived from the bucket) and fixes the old migration as well.

Resolves https://community.vikunja.io/t/no-longer-able-to-properly-move-tasks-between-kanban-columns/2175
2024-04-06 13:04:36 +02:00
..
caldav feat(caldav): Add support for subtasks (i.e. RELATED-TO property) in CalDAV (#1634) 2023-11-10 22:44:03 +00:00
cmd chore(deps): update golangci/golangci-lint docker tag to v1.56.2 (#2099) 2024-03-10 13:47:19 +00:00
config feat(teams): add public flags to teams to allow easier sharing with other teams (#2179) 2024-03-10 14:04:32 +00:00
cron chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
db fix(views): update test fixtures for new structure 2024-03-19 00:47:51 +01:00
events chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
files fix(dump): do not export files which do not exist in storage 2024-02-13 21:14:31 +01:00
initialize chore(auth): refactor removing empty openid teams to cron job 2024-03-11 17:20:05 +01:00
integrations fix(views): integration tests 2024-03-19 00:47:51 +01:00
log chore: rename function 2024-01-28 13:36:13 +01:00
mail chore(deps): update golangci/golangci-lint docker tag to v1.56.2 (#2099) 2024-03-10 13:47:19 +00:00
metrics fix(metrics): typo 2024-02-12 14:23:16 +01:00
migration fix(kanban): Make sure all saved taskBucket positions are saved with their project view id 2024-04-06 13:04:36 +02:00
models fix(filters): enclose values with a slash in them as strings so that date math values work 2024-04-06 12:08:57 +02:00
modules fix(views): import 2024-03-19 00:47:51 +01:00
notifications feat: rename frontend url config to public url 2024-02-09 14:41:55 +01:00
red chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
routes feat(views)!: decouple bucket CRUD from projects 2024-03-19 00:47:47 +01:00
swagger [skip ci] Updated swagger docs 2024-03-20 08:35:16 +00:00
user feat: emoji reactions for tasks and comments (#2196) 2024-03-12 19:25:58 +00:00
utils feat: assign users to teams via OIDC claims (#1393) 2024-03-02 08:47:10 +00:00
version fix(build): don't require swagger to build 2023-09-06 21:08:09 +02:00