From ac7cf5b4bac18baf236b3b3517702d9d3037f392 Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Tue, 29 Aug 2023 11:30:29 +0200 Subject: [PATCH] [CST-11178] Fix issue while retrieving the id --- .../manage-relation-correction-type.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/correction-suggestion/correction-types/manage-relation-correction-type/manage-relation-correction-type.component.ts b/src/app/shared/correction-suggestion/correction-types/manage-relation-correction-type/manage-relation-correction-type.component.ts index 4db0aff528..3f8ebec197 100644 --- a/src/app/shared/correction-suggestion/correction-types/manage-relation-correction-type/manage-relation-correction-type.component.ts +++ b/src/app/shared/correction-suggestion/correction-types/manage-relation-correction-type/manage-relation-correction-type.component.ts @@ -128,7 +128,7 @@ export class ManageRelationCorrectionTypeComponent implements OnInit, OnDestroy private translateService: TranslateService ) { this.correctionType = correctionTypeObject; - this.itemUuid = this.aroute.snapshot.params.uuid; + this.itemUuid = this.aroute.snapshot.params.id; } /**