83635: Request a copy - Request page

This commit is contained in:
Yana De Pauw
2021-09-20 16:26:33 +02:00
committed by Art Lowel
parent b29b87d0f6
commit 506883c960
15 changed files with 871 additions and 36 deletions

View File

@@ -22,6 +22,9 @@ export function getBitstreamModuleRoute() {
export function getBitstreamDownloadRoute(bitstream): string {
return new URLCombiner(getBitstreamModuleRoute(), bitstream.uuid, 'download').toString();
}
export function getBitstreamRequestACopyRoute(bitstream): string {
return new URLCombiner(getBitstreamModuleRoute(), bitstream.uuid, 'request-a-copy').toString();
}
export const ADMIN_MODULE_PATH = 'admin';