mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
CST-12822 notify request box with offerType
This commit is contained in:
@@ -63,6 +63,10 @@ export class NotifyStatuses {
|
||||
* The status of the notification request.
|
||||
*/
|
||||
status: RequestStatusEnum;
|
||||
/**
|
||||
* Type of request.
|
||||
*/
|
||||
offerType: string;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -20,7 +20,8 @@
|
||||
| translate
|
||||
: {
|
||||
serviceName: request.serviceName,
|
||||
serviceUrl: request.serviceUrl
|
||||
serviceUrl: request.serviceUrl,
|
||||
offerType: request.offerType
|
||||
}
|
||||
"
|
||||
></div>
|
||||
|
@@ -5705,10 +5705,10 @@
|
||||
|
||||
"access-control-option-end-date-note": "Select the date until which the related access condition is applied",
|
||||
|
||||
"request-status-alert-box.accepted": "The request for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been taken in charge.",
|
||||
"request-status-alert-box.accepted": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been taken in charge.",
|
||||
|
||||
"request-status-alert-box.rejected": "The request for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been rejected.",
|
||||
"request-status-alert-box.rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been rejected.",
|
||||
|
||||
"request-status-alert-box.requested": "The request for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> is pending.",
|
||||
"request-status-alert-box.requested": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> is pending.",
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user