1
0
Commit Graph

338 Commits

Author SHA1 Message Date
12474e5be6 fix(kanban): make sure tasks which changed their done status are moved around in buckets
This fixes a bug where tasks which had their done status changed were not moved in the correct bucket. This affected both frontend and api. The move of the task between buckets is now correctly done in the api and frontend - with a bit of duplicated logic between the two. This could be optimized further in the future.

Resolves https://kolaente.dev/vikunja/vikunja/issues/2610
2024-07-18 12:39:29 +02:00
fd6692ea1a feat: remove props destructuring from FilterInput 2024-07-17 23:00:47 +02:00
82ee9f18eb fix(kanban): do not allow to create new tasks in saved filter 2024-07-17 14:00:47 +02:00
ed5feee33a fix(kanban): move task to done bucket when it was marked done from the task detail view 2024-07-17 13:56:43 +02:00
db81701d38 fix: scss deprecation warning 2024-07-17 13:25:18 +02:00
cb706416c6 feat: use withDefaults for DatepickerWithValues 2024-07-17 11:06:57 +00:00
f1481d702c feat: withDefaults for EditAssignees 2024-07-17 10:33:28 +00:00
fe8e0ef78b fix(kanban): use correct text color for deletion button 2024-07-17 10:09:36 +02:00
c8585d1a69 feat: use withDefaults for RepeatAfter 2024-07-17 06:46:47 +00:00
aaa2abced4 feat: add withDefaults and emit types to PrioritySelect 2024-07-17 02:33:35 +00:00
ddc18aa177 feat: remove props destructuring from KanbanCard 2024-07-16 23:28:15 +00:00
07130bdc3a feat: remove props destructuring from Attachments 2024-07-16 23:10:57 +00:00
2f92e407cc feat: remove props destructuring from ViewEditForm 2024-07-16 22:59:25 +00:00
6e72606d74 feat: use withDefaults for EditLabels 2024-07-16 22:09:37 +00:00
577f5ae69a feat: use withDefaults for Password 2024-07-16 22:09:30 +00:00
b4e9d9437e feat: use withDefaults for FancyCheckbox 2024-07-16 22:07:18 +00:00
0c70aedeb1 feat: remove props destructuring from ProjectList 2024-07-16 22:06:48 +00:00
99e90c0b02 feat: remove props destructuring from ProjectTable 2024-07-16 22:06:40 +00:00
38744dfd5d feat: remove props destructuring for ProjectWrapper 2024-07-16 22:04:43 +00:00
eb07be1a62 feat: remove props destructuring from ColorPicker 2024-07-16 22:04:26 +00:00
a15831eb33 feat: remove props destructuring from SingleTaskInProject 2024-07-16 22:04:17 +00:00
871e0acd8a feat: use withDefaults for PriorityLabel 2024-07-16 21:58:07 +00:00
5af908b2e5 feat: remove props destructuring from ProjectKanban 2024-07-16 21:57:57 +00:00
098c99fd2e feat: type defineEmits for CreateEdit 2024-07-16 21:53:28 +00:00
c9591fe464 feat: remove props destructuring from NoAuthWrapper 2024-07-16 21:53:21 +00:00
df6a9b67fd feat: use withDefaults for DatepickerInline 2024-07-16 21:53:15 +00:00
fd3f1de861 feat: type defineEmits for Heading 2024-07-16 21:50:32 +00:00
f38a5c9220 feat: type defineEmits for ProjectSearch 2024-07-16 21:50:27 +00:00
9d2e79f725 feat: define prop and emit types for FilterPopup 2024-07-16 21:50:23 +00:00
8ac0eb4aa4 feat: defineModel and withDefaults for PercentDoneSelect 2024-07-16 21:49:02 +00:00
1966cc3c0e feat: type defineEmits for ApiConfig 2024-07-16 21:46:15 +00:00
3ff56d7987 feat: remove props destructuring for Filters 2024-07-16 21:44:24 +00:00
46aa2fff0f feat: remove props destructuring for DeferTask 2024-07-16 21:43:36 +00:00
0bc1832050 feat: remove PropTypes helper from FilePreview 2024-07-16 21:39:15 +00:00
78811d916a feat: use withDefaults for Datepicker 2024-07-16 21:38:07 +00:00
f19f19bb75 feat: use withDefaults for Comments 2024-07-16 21:37:52 +00:00
f2fdbad7d4 feat: use withDefaults for UserTeam 2024-07-16 21:37:28 +00:00
4b9b9da122 feat: use withDefaults for ReminderPeriod 2024-07-16 21:35:06 +00:00
10832165c3 feat: use withDefaults for Pagination 2024-07-16 21:34:59 +00:00
d6c3b5a9a1 feat: use withDefaults for Reactions 2024-07-16 21:34:51 +00:00
2f6338484b feat: use withDefaults for ProgressBar 2024-07-16 21:32:13 +00:00
f586e51aad feat: use withDefaults for DateTableCell 2024-07-16 21:32:06 +00:00
fd12c8705e feat: use withDefaults for SelectProject 2024-07-16 21:30:52 +00:00
5545b0e447 feat: add withDefaults, defineEmits and defineSlots types for Dropdown 2024-07-16 21:30:33 +00:00
043a6dd049 feat: type defineEmits for Card 2024-07-16 21:29:39 +00:00
30769fb6ea feat: use withDefaults for Subscription 2024-07-16 21:29:33 +00:00
b718aa1fbd chore(popup): trigger close function directly 2024-07-15 19:51:14 +00:00
323ecdaab6 fix(kanban): move repeating task back to old bucket when moved to the done bucket 2024-07-12 13:44:45 +02:00
ec0c05fd47 fix(kanban): update task done status after moving it into done bucket
Resolves https://kolaente.dev/vikunja/vikunja/issues/2518
2024-07-11 13:17:33 +02:00
af639a180c fix: wrapped button
This somehow weirdly fixes the test. I have no clue why. Regardless it should be better than before, because a button  (DropdownItem) should never contain another interactive element (the setBucketLimit input and save button).

The test failed because I replaced a v-if with v-show. I do not know _why_ this made the test fail. When I reproduced the test step by step it worked for me…
2024-07-10 09:19:55 +00:00