mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
add sent as a new status
functions as delivered - shows up in delievered column, contributes to delivered stats etc.
This commit is contained in:
@@ -31,7 +31,7 @@ import pyexcel.ext.ods3
|
||||
|
||||
|
||||
SENDING_STATUSES = ['created', 'pending', 'sending']
|
||||
DELIVERED_STATUSES = ['delivered']
|
||||
DELIVERED_STATUSES = ['delivered', 'sent']
|
||||
FAILURE_STATUSES = ['failed', 'temporary-failure', 'permanent-failure', 'technical-failure']
|
||||
REQUESTED_STATUSES = SENDING_STATUSES + DELIVERED_STATUSES + FAILURE_STATUSES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user