RED-10163: fix delete justification by using technical_name as id.

This commit is contained in:
Nicoleta Panaghiu 2024-10-31 14:02:52 +02:00
parent 66cc2a249f
commit 08b6e1ff8c

View File

@ -16,7 +16,7 @@ export class Justification implements ILegalBasis, IListable {
}
get id(): string {
return this.name;
return this.technicalName ?? this.name;
}
get searchKey(): string {