From 389d40f7d79f9e1585e9aa784c5e7c7a57ad77b0 Mon Sep 17 00:00:00 2001 From: Kresnadi Budisantoso Date: Mon, 5 Jul 2021 07:50:07 +0200 Subject: [PATCH] Use long legal basis text as fallback instead of reason field RED-1738 --- apps/red-ui/src/app/models/file/annotation.wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/models/file/annotation.wrapper.ts b/apps/red-ui/src/app/models/file/annotation.wrapper.ts index a7ae517bc..46be35fbc 100644 --- a/apps/red-ui/src/app/models/file/annotation.wrapper.ts +++ b/apps/red-ui/src/app/models/file/annotation.wrapper.ts @@ -402,6 +402,6 @@ export class AnnotationWrapper { if (lb) return lb.name; } - return entry.reason; + return entry.legalBasis; } }