From 12008dea8862bd7bb82e53c3f726cc27542a30a8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 20 Nov 2022 23:58:03 +0000 Subject: [PATCH] case 4310 --- ayanova/src/views/ay-history.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue index 2e90ca88..1f96aa05 100644 --- a/ayanova/src/views/ay-history.vue +++ b/ayanova/src/views/ay-history.vue @@ -435,6 +435,10 @@ function populateEventTypeList(vm) { 14: { name: vm.$ay.t("EventUtilityFileDownload"), icon: "$ayiFileDownload" + }, + 15: { + name: vm.$ay.t("NotifyEventDirectSMTPMessage"), + icon: "$ayiBullhorn" } }; } @@ -459,7 +463,8 @@ async function fetchTranslatedText() { "EventSeedDatabase", "EventResetSerial", "EventUtilityFileDownload", - "Activity" + "Activity", + "NotifyEventDirectSMTPMessage" ]); }