1
0

[CST-11178] Fix issue while retrieving the id

This commit is contained in:
Giuseppe Digilio
2023-08-29 11:30:29 +02:00
committed by Mykhaylo Boychuk
parent b907c816b6
commit ac7cf5b4ba

View File

@@ -128,7 +128,7 @@ export class ManageRelationCorrectionTypeComponent implements OnInit, OnDestroy
private translateService: TranslateService private translateService: TranslateService
) { ) {
this.correctionType = correctionTypeObject; this.correctionType = correctionTypeObject;
this.itemUuid = this.aroute.snapshot.params.uuid; this.itemUuid = this.aroute.snapshot.params.id;
} }
/** /**