diff --git a/website/client/src/components/group-plans/taskInformation.vue b/website/client/src/components/group-plans/taskInformation.vue index 286030199e..e70db7ac8b 100644 --- a/website/client/src/components/group-plans/taskInformation.vue +++ b/website/client/src/components/group-plans/taskInformation.vue @@ -281,6 +281,10 @@ export default { tasks.forEach(task => { this.tasksByType[task.type].push(task); }); + + if (this.editingTask && this.editingTask.completed) { + this.loadGroupCompletedTodos(); + } }, editTask (task) { this.taskFormPurpose = 'edit';