CST-13526 update status mapping

This commit is contained in:
FrancescoMolinaro
2024-02-05 15:04:00 +01:00
parent 8d49fe6266
commit c2a29924ff
3 changed files with 6 additions and 1 deletions

View File

@@ -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">

View File

@@ -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'
]; ];

View File

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