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; } /**