vikunja/frontend/src/services
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
..
migrator chore: move frontend files 2024-02-07 14:56:56 +01:00
abstractService.ts chore: cleanup leftover console.log 2024-03-12 21:33:24 +01:00
accountDelete.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
apiToken.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
backgroundUnsplash.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
backgroundUpload.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
bucket.ts fix(views): make bucket creation work again 2024-03-19 00:47:50 +01:00
caldavToken.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
dataExport.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
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
passwordUpdateService.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
project.ts fix(project): do not remove project from navigation after removing background image 2024-05-07 17:13:22 +02:00
projectDuplicateService.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
projectUsers.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
projectViews.ts feat(views): crud in frontend 2024-03-19 00:47:50 +01:00
reactions.ts feat: emoji reactions for tasks and comments (#2196) 2024-03-12 19:25:58 +00:00
savedFilter.ts fix(vue): toValue instead of unref 2024-06-10 13:53:13 +00:00
subscription.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
task.ts feat: emoji reactions for tasks and comments (#2196) 2024-03-12 19:25:58 +00: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
taskCollection.ts fix(kanban): remove leftovers of kanban_position property 2024-06-06 16:22:51 +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
team.ts chore: move frontend files 2024-02-07 14:56:56 +01: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
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 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