Adds /#/workflow_approvals list and details and allows users to approve or deny workflow approvals from these interfaces

This commit is contained in:
mabashian
2020-10-12 09:36:22 -04:00
parent b338da40c5
commit ee7f73623f
28 changed files with 2049 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ function NotificationTemplatesList({ i18n }) {
key="delete"
onDelete={handleDelete}
itemsToDelete={selected}
pluralizedItemName="Organizations"
pluralizedItemName={i18n._(t`Notification Templates`)}
/>,
]}
/>
@@ -164,7 +164,7 @@ function NotificationTemplatesList({ i18n }) {
title={i18n._(t`Error!`)}
onClose={clearDeletionError}
>
{i18n._(t`Failed to delete one or more organizations.`)}
{i18n._(t`Failed to delete one or more notification template.`)}
<ErrorDetail error={deletionError} />
</AlertModal>
</>