RED-10163: fix delete justification by using technical_name as id.
This commit is contained in:
parent
66cc2a249f
commit
08b6e1ff8c
@ -16,7 +16,7 @@ export class Justification implements ILegalBasis, IListable {
|
||||
}
|
||||
|
||||
get id(): string {
|
||||
return this.name;
|
||||
return this.technicalName ?? this.name;
|
||||
}
|
||||
|
||||
get searchKey(): string {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user