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