diff --git a/libs/red-domain/src/lib/legal-basis/justification.model.ts b/libs/red-domain/src/lib/legal-basis/justification.model.ts index 9b4d4c7aa..cda69d7f4 100644 --- a/libs/red-domain/src/lib/legal-basis/justification.model.ts +++ b/libs/red-domain/src/lib/legal-basis/justification.model.ts @@ -16,7 +16,7 @@ export class Justification implements ILegalBasis, IListable { } get id(): string { - return this.name; + return this.technicalName ?? this.name; } get searchKey(): string {