vikunja/frontend/src/models
kolaente 359b07dabb
fix(views): move bucket update to extra endpoint
BREAKING CHANGE: The bucket id of the task model is now only used internally and will not trigger a change in buckets when updating the task.

This resolves a problem where the task update routine needs to know the view context it is in. Because that's not really what it should be used for, the extra endpoint takes all required parameters and handles the complexity of actually updating the bucket.
This fixes a bug where it was impossible to move a task around between buckets of a saved filter view. In that case, the view of the bucket and the project the task was in would be different, hence the update failed.
2024-07-02 16:34:53 +02:00
..
abstractModel.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
apiTokenModel.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
attachment.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
avatar.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
backgroundImage.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
bucket.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
caldavToken.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
emailUpdate.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
file.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
label.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
labelTask.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
linkShare.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
notification.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
passwordReset.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
passwordUpdate.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
project.ts feat: improve types (#2368) 2024-06-12 10:04:26 +00:00
projectDuplicateModel.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
projectView.ts fix(views): set correct default view 2024-03-19 00:47:51 +01:00
reaction.ts feat: emoji reactions for tasks and comments (#2196) 2024-03-12 19:25:58 +00:00
savedFilter.ts fix(filters): correctly use filter in saved filter 2024-03-09 19:07:31 +01:00
subscription.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
task.ts fix(kanban): remove leftovers of kanban_position property 2024-06-06 16:22:51 +02:00
taskAssignee.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
taskBucket.ts fix(views): move bucket update to extra endpoint 2024-07-02 16:34:53 +02:00
taskComment.ts feat: emoji reactions for tasks and comments (#2196) 2024-03-12 19:25:58 +00:00
taskPosition.ts feat(views): save task position 2024-03-19 00:47:48 +01:00
taskRelation.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
taskReminder.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
team.ts feat(teams): add public flags to teams to allow easier sharing with other teams (#2179) 2024-03-10 14:04:32 +00:00
teamMember.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
teamProject.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
teamShareBase.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
totp.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
user.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
userProject.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
userSettings.ts feat: default view setting (#2306) 2024-06-02 08:15:53 +00:00
userShareBase.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
webhook.ts chore: move frontend files 2024-02-07 14:56:56 +01:00