mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
63838: Add typedoc comments and fix unused method
This commit is contained in:
@@ -22,11 +22,6 @@ const ITEM_EDIT_DELETE_PATH = 'delete';
|
||||
|
||||
const ITEM_EDIT_MOVE_PATH = 'move';
|
||||
|
||||
export function getItemEditMovePath(id: string) {
|
||||
return new URLCombiner(getItemEditPath(id), ITEM_EDIT_MOVE_PATH);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Routing module that handles the routing for the Edit Item page administrator functionality
|
||||
*/
|
||||
|
Reference in New Issue
Block a user