CST-12822 notify request box with offerType

This commit is contained in:
frabacche
2023-11-30 15:05:35 +01:00
parent 1153c906ac
commit f4436a07e9
3 changed files with 9 additions and 4 deletions

View File

@@ -63,6 +63,10 @@ export class NotifyStatuses {
* The status of the notification request.
*/
status: RequestStatusEnum;
/**
* Type of request.
*/
offerType: string;
}

View File

@@ -20,7 +20,8 @@
| translate
: {
serviceName: request.serviceName,
serviceUrl: request.serviceUrl
serviceUrl: request.serviceUrl,
offerType: request.offerType
}
"
></div>

View File

@@ -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.",
}