diff --git a/.run/OkrApplication-local-prod-debug.run.xml b/.run/OkrApplication-local-prod-debug.run.xml
new file mode 100755
index 0000000000..15ae63f4ef
--- /dev/null
+++ b/.run/OkrApplication-local-prod-debug.run.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/backend/pom.xml b/backend/pom.xml
index 827491cb7a..6bc162206b 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -83,6 +83,15 @@
3.26.3
test
+
+ org.springframework.boot
+ spring-boot-devtools
+
+
+ org.springframework
+ springloaded
+ 1.2.8.RELEASE
+
diff --git a/frontend/src/app/components/keyresult-detail/keyresult-detail.component.ts b/frontend/src/app/components/keyresult-detail/keyresult-detail.component.ts
index d2b5763824..21adfbc536 100644
--- a/frontend/src/app/components/keyresult-detail/keyresult-detail.component.ts
+++ b/frontend/src/app/components/keyresult-detail/keyresult-detail.component.ts
@@ -4,6 +4,7 @@ import { KeyresultService } from '../../services/keyresult.service';
import { KeyResultMetric } from '../../shared/types/model/KeyResultMetric';
import { KeyResultOrdinal } from '../../shared/types/model/KeyResultOrdinal';
import { CheckInHistoryDialogComponent } from '../check-in-history-dialog/check-in-history-dialog.component';
+import { MatDialog } from '@angular/material/dialog';
import { BehaviorSubject, catchError, EMPTY, Subject, takeUntil } from 'rxjs';
import { ActivatedRoute, Router } from '@angular/router';
import { RefreshDataService } from '../../services/refresh-data.service';