mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
CST-13526 update status mapping
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<div>{{ message.activityStreamType }}</div>
|
<div>{{ message.activityStreamType }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div>{{ 'notify-detail-modal.' + message.queueStatusLabel | translate }}</div>
|
<div class="text-nowrap">{{ 'notify-detail-modal.' + message.queueStatusLabel | translate }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="d-flex flex-column">
|
<div class="d-flex flex-column">
|
||||||
|
@@ -40,6 +40,7 @@ export class AdminNotifySearchResultComponent extends TabulatableResultListEleme
|
|||||||
*/
|
*/
|
||||||
public validStatusesForReprocess = [
|
public validStatusesForReprocess = [
|
||||||
'QUEUE_STATUS_UNTRUSTED',
|
'QUEUE_STATUS_UNTRUSTED',
|
||||||
|
'QUEUE_STATUS_UNTRUSTED_IP',
|
||||||
'QUEUE_STATUS_FAILED',
|
'QUEUE_STATUS_FAILED',
|
||||||
'QUEUE_STATUS_UNMAPPED_ACTION'
|
'QUEUE_STATUS_UNMAPPED_ACTION'
|
||||||
];
|
];
|
||||||
|
@@ -3690,8 +3690,12 @@
|
|||||||
|
|
||||||
"search.filters.queue_status.QUEUE_STATUS_UNTRUSTED": "Untrusted",
|
"search.filters.queue_status.QUEUE_STATUS_UNTRUSTED": "Untrusted",
|
||||||
|
|
||||||
|
"search.filters.queue_status.QUEUE_STATUS_UNTRUSTED_IP": "Untrusted Ip",
|
||||||
|
|
||||||
"notify-detail-modal.QUEUE_STATUS_UNTRUSTED": "Untrusted",
|
"notify-detail-modal.QUEUE_STATUS_UNTRUSTED": "Untrusted",
|
||||||
|
|
||||||
|
"notify-detail-modal.QUEUE_STATUS_UNTRUSTED_IP": "Untrusted Ip",
|
||||||
|
|
||||||
"search.filters.queue_status.QUEUE_STATUS_UNMAPPED_ACTION": "Unmapped Action",
|
"search.filters.queue_status.QUEUE_STATUS_UNMAPPED_ACTION": "Unmapped Action",
|
||||||
|
|
||||||
"notify-detail-modal.QUEUE_STATUS_UNMAPPED_ACTION": "Unmapped Action",
|
"notify-detail-modal.QUEUE_STATUS_UNMAPPED_ACTION": "Unmapped Action",
|
||||||
|
Reference in New Issue
Block a user