mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
75939: (edit) item links refactored to contain entity types
This commit is contained in:
@@ -51,7 +51,7 @@ export function getDSORoute(dso: DSpaceObject): string {
|
||||
case Collection.type.value:
|
||||
return getCollectionPageRoute(dso.uuid);
|
||||
case Item.type.value:
|
||||
return getItemPageRoute(dso.uuid);
|
||||
return getItemPageRoute(dso as Item);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user