Merge pull request #1472 from 4Science/CST-4875-Feedback-form

Feedback form
This commit is contained in:
Tim Donohue
2022-01-27 15:12:50 -06:00
committed by GitHub
28 changed files with 592 additions and 8 deletions

View File

@@ -32,6 +32,12 @@ export function getBitstreamRequestACopyRoute(item, bitstream): { routerLink: st
};
}
export const HOME_PAGE_PATH = 'admin';
export function getHomePageRoute() {
return `/${HOME_PAGE_PATH}`;
}
export const ADMIN_MODULE_PATH = 'admin';
export function getAdminModuleRoute() {