From bcc9b4760fe4d913e99e8df1fd0ba89339fc1d06 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 26 Oct 2023 10:02:03 +0200 Subject: [PATCH] Finish task and display finished tasks correctly --- backend/.idea/workspace.xml | 22 +++++++++++++------ .../api/controller/ScheduleController.java | 2 +- .../core/services/TaskScheduleService.java | 5 ++++- .../task-dashboard.component.html | 2 +- .../task-dashboard.component.ts | 2 ++ 5 files changed, 23 insertions(+), 10 deletions(-) diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml index 22d5067..0c2911a 100644 --- a/backend/.idea/workspace.xml +++ b/backend/.idea/workspace.xml @@ -4,10 +4,9 @@