From ba0ab4307f30a07ef0c6f71c4774ab56367329b5 Mon Sep 17 00:00:00 2001 From: Rikudou_Sage Date: Sun, 7 Jan 2024 19:18:00 +0100 Subject: [PATCH] Fix: Add rebuttals to action log (#174) --- src/app/action-log/pages/action-log/action-log.component.html | 2 ++ src/app/response/action-log.response.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/src/app/action-log/pages/action-log/action-log.component.html b/src/app/action-log/pages/action-log/action-log.component.html index 2c0d997..bf3094f 100644 --- a/src/app/action-log/pages/action-log/action-log.component.html +++ b/src/app/action-log/pages/action-log/action-log.component.html @@ -22,6 +22,7 @@

{{"app.filter.title" | transloco}}

+
@@ -91,6 +92,7 @@

{{"app.action_log" | transloco}}

{{"app.guarantee" | transloco}} {{"app.solicitation" | transloco}} {{"app.instance_claim" | transloco}} + {{"app.rebuttal" | transloco}} {{"app.action_log.activity.created" | transloco}} diff --git a/src/app/response/action-log.response.ts b/src/app/response/action-log.response.ts index be1e3cb..172d564 100644 --- a/src/app/response/action-log.response.ts +++ b/src/app/response/action-log.response.ts @@ -5,6 +5,7 @@ export enum ActionLogReportType { Guarantee = 'GUARANTEE', Claim = 'CLAIM', Solicitation = 'SOLICITATION', + Rebuttal = 'REBUTTAL', } export enum ActionLogReportActivity {