mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-5249] Migration of OPENAIRE correction service
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { URLCombiner } from '../../core/url-combiner/url-combiner';
|
||||
import { getNotificationsModuleRoute } from '../admin-routing-paths';
|
||||
|
||||
export const NOTIFICATIONS_EDIT_PATH = 'openaire-broker';
|
||||
|
||||
export function getNotificationsOpenairebrokerRoute(id: string) {
|
||||
return new URLCombiner(getNotificationsModuleRoute(), NOTIFICATIONS_EDIT_PATH, id).toString();
|
||||
}
|
Reference in New Issue
Block a user