forked from hazza/dspace-angular
[CST-11178] Fix issue while retrieving the id
This commit is contained in:

committed by
Mykhaylo Boychuk

parent
b907c816b6
commit
ac7cf5b4ba
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user