vikunja/frontend/src
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
..
assets fix(logo): add width and height to pride logo svg 2024-06-06 16:26:56 +02:00
components fix(views): move bucket update to extra endpoint 2024-07-02 16:34:53 +02:00
composables fix: useTitle types (#2369) 2024-06-11 20:36:47 +00:00
constants feat: improve types (#2368) 2024-06-12 10:04:26 +00:00
directives chore: move frontend files 2024-02-07 14:56:56 +01:00
helpers fix(filters): do not match partial labels 2024-06-19 17:28:16 +02:00
i18n chore(i18n): update translations via Crowdin 2024-07-02 00:22:51 +00:00
indexes chore: move frontend files 2024-02-07 14:56:56 +01:00
message chore: move frontend files 2024-02-07 14:56:56 +01:00
modelSchema/common chore: move frontend files 2024-02-07 14:56:56 +01:00
modelTypes fix(views): move bucket update to extra endpoint 2024-07-02 16:34:53 +02:00
models fix(views): move bucket update to extra endpoint 2024-07-02 16:34:53 +02:00
modules fix(quick add magic): assume today when no date was specified with time 2024-06-06 21:44:29 +02:00
router fix(migration): put "Import from other services" in settings 2024-06-18 15:19:56 +02:00
services fix(views): move bucket update to extra endpoint 2024-07-02 16:34:53 +02:00
stores fix(auth): log user out when the current account does not exist 2024-07-02 12:27:19 +02:00
styles feat(components): align component name casing SingleTaskInProject 2024-06-17 13:50:15 +02:00
types feat(components): align component name casing Modal 2024-06-17 13:41:35 +02:00
views feat: improve ProjectSettingsEdit reactivity 2024-06-28 21:20:03 +00:00
App.vue feat: eslint enforce vue/component-name-in-template-casing 2024-06-17 21:01:36 +00:00
histoire.setup.ts feat(components): align component name casing Modal 2024-06-17 13:41:35 +02:00
main.ts feat(components): align component name casing Modal 2024-06-17 13:41:35 +02:00
pinia.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
registerServiceWorker.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
sentry.ts fix(sentry): do not send api errors to sentry 2024-03-13 19:31:43 +01:00
sw.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
urls.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
version.json chore: move frontend files 2024-02-07 14:56:56 +01:00