mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[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
|
private translateService: TranslateService
|
||||||
) {
|
) {
|
||||||
this.correctionType = correctionTypeObject;
|
this.correctionType = correctionTypeObject;
|
||||||
this.itemUuid = this.aroute.snapshot.params.uuid;
|
this.itemUuid = this.aroute.snapshot.params.id;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user