mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Merge remote-tracking branch 'origin/main' into more-eslint
This commit is contained in:
@@ -5,10 +5,7 @@ import { Community } from './core/shared/community.model';
|
||||
import { DSpaceObject } from './core/shared/dspace-object.model';
|
||||
import { Item } from './core/shared/item.model';
|
||||
import { URLCombiner } from './core/url-combiner/url-combiner';
|
||||
import {
|
||||
getItemModuleRoute,
|
||||
getItemPageRoute,
|
||||
} from './item-page/item-page-routing-paths';
|
||||
import { getItemModuleRoute, getItemPageRoute } from './item-page/item-page-routing-paths';
|
||||
import { hasValue } from './shared/empty.util';
|
||||
|
||||
export const BITSTREAM_MODULE_PATH = 'bitstreams';
|
||||
@@ -34,6 +31,7 @@ export function getBitstreamRequestACopyRoute(item, bitstream): { routerLink: st
|
||||
},
|
||||
};
|
||||
}
|
||||
export const COAR_NOTIFY_SUPPORT = 'coar-notify-support';
|
||||
|
||||
export const HOME_PAGE_PATH = 'admin';
|
||||
|
||||
@@ -135,3 +133,10 @@ export const SUBSCRIPTIONS_MODULE_PATH = 'subscriptions';
|
||||
export function getSubscriptionsModuleRoute() {
|
||||
return `/${SUBSCRIPTIONS_MODULE_PATH}`;
|
||||
}
|
||||
|
||||
export const EDIT_ITEM_PATH = 'edit-items';
|
||||
export function getEditItemPageRoute() {
|
||||
return `/${EDIT_ITEM_PATH}`;
|
||||
}
|
||||
export const CORRECTION_TYPE_PATH = 'corrections';
|
||||
|
||||
|
Reference in New Issue
Block a user