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 95d57642c4
commit dcc711d4eb

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 {