mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-12109] added new labels
This commit is contained in:
@@ -182,6 +182,7 @@ export class DSOEditMenuResolver implements Resolve<{ [key: string]: MenuSection
|
||||
visible: canWithdrawItem,
|
||||
model: {
|
||||
type: MenuItemType.ONCLICK,
|
||||
text:'item.page.withdrawn',
|
||||
function: () => {
|
||||
this.dsoWithdrawnModalService.openCreateWithdrawnModal(dso);
|
||||
}
|
||||
@@ -195,6 +196,7 @@ export class DSOEditMenuResolver implements Resolve<{ [key: string]: MenuSection
|
||||
visible: canReinstateItem,
|
||||
model: {
|
||||
type: MenuItemType.ONCLICK,
|
||||
text:'item.page.reinstate',
|
||||
function: () => {
|
||||
this.dsoReinstateModalService.openCreateReinstateModal(dso);
|
||||
}
|
||||
|
@@ -2450,6 +2450,10 @@
|
||||
|
||||
"item.page.version.create": "Create new version",
|
||||
|
||||
"item.page.withdrawn": "Withdrawn this Item",
|
||||
|
||||
"item.page.reinstate": "Reinstate this Item",
|
||||
|
||||
"item.page.version.hasDraft": "A new version cannot be created because there is an inprogress submission in the version history",
|
||||
|
||||
"item.page.claim.button": "Claim",
|
||||
|
Reference in New Issue
Block a user