From b0380e9658df47e890b7bed7291a0d93ac6ad945 Mon Sep 17 00:00:00 2001 From: Yanick Minder <79108296+kcinay055679@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:50:26 +0100 Subject: [PATCH] Feature/624 refactor objective menu (#1078) * Fix/fix git history (#1125) * fix history * fix hist * jar is now debuggable * add jar debug dev tools only on profile * rename intelij config and change log level of spring to debug in staging config * rename folder * update docker compose file * use external profile to disable formatter * clean up * refactor dialog calls with config by introducing a service * refactor frontend tests related to dialogService * remove backend/pom.xml from branch * introduce new objective menu action service to simplify dialog creation of dialog actions * refactor objective * reimplement generic menu * use pipe with map to generate menu entries * introduce afterAction property * add ObjectiveAfterActionFactory * introduce objectiveMenuAction file * refactor objective status tooltip * clean up objective menu action service * rename objective actions file * Try to fix frontend unit tests * restore staging.properties * fix angular build * place functions in related files instead of common.ts * restore angular config files * fix action service tests * add test for actions service * clean up * display correct options for draft and use replay subject * fix check-in tests * fix objective backlog tests * fix objective e2e tests * fix tabbing tests * fix tabbing tests * schtibitz e2e strategy from pulfer * remove console.log * restore focus * restore old frontend-test-action * clean pup * remove application.staging from pr * clean up tests of objective * fix e2e tests * check for focues of threedot menu after dialog closes --------- Co-authored-by: Manuel --- frontend/src/assets/i18n/de.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/assets/i18n/de.json b/frontend/src/assets/i18n/de.json index 5e2086cf7e..fed9cb4aac 100644 --- a/frontend/src/assets/i18n/de.json +++ b/frontend/src/assets/i18n/de.json @@ -70,6 +70,10 @@ "TITLE": "Check-in im Draft-Status", "TEXT": "Dein Objective befindet sich noch im DRAFT Status. Möchtest du das Check-in trotzdem erfassen?" }, + "REOPEN": { + "TITLE": "Objective wiedereröffnen", + "TEXT": "Soll dieses Objective wiedereröffnet werden?" + }, "RELEASE": { "TITLE": "Objective veröffentlichen", "TEXT": "Soll dieses Objective veröffentlicht werden?"