mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-11178] Fix issue with correction type routing
This commit is contained in:
@@ -138,7 +138,4 @@ export function getEditItemPageRoute() {
|
||||
return `/${EDIT_ITEM_PATH}`;
|
||||
}
|
||||
export const CORRECTION_TYPE_PATH = 'corrections';
|
||||
export function getCorrectionTypePageRoute(itemUuid: string, typeId: string) {
|
||||
return `/items/${itemUuid}/${CORRECTION_TYPE_PATH}/${typeId}`;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user