From bbb48913702aff893f53bc6bb1b5d1da532cf2df Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 9 Jun 2021 15:48:10 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 +--- ayanova/src/views/home-notifications.vue | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4665d921..7e02ad3b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -398,9 +398,7 @@ Testing: status age, stuck in status Test also as EMAIL notification as this is all also a test to find bugs in notification now rather than later -todo: in-app notification page should include duration for duration events in the display - will require adding duration to notifyevent - also, not sure about the placement of the title and event name, maybe need to be flipped? +todo: EMAIL notification should include duration for duration events in the display todo: notify event list table needs to show status of workorder (all fields) ideally otherwise if you have multiple wostatusage notifications they all appear the same diff --git a/ayanova/src/views/home-notifications.vue b/ayanova/src/views/home-notifications.vue index 09df2043..e1b3a885 100644 --- a/ayanova/src/views/home-notifications.vue +++ b/ayanova/src/views/home-notifications.vue @@ -194,10 +194,6 @@ export default { temp[i].icon = window.$gz.util.iconForType(temp[i].ayaType); - // if (!temp[i].message) { - // temp[i].message = - // "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tristique aliquam luctus. Suspendisse molestie lacus ac varius cursus. Praesent facilisis sem quam, vitae tincidunt ligula porttitor maximus. Sed quis mi commodo, dictum nunc sed, elementum leo. In tincidunt porta risus, et tristique orci congue at."; - // } if (temp[i].name == "~SERVER~") { temp[i].name = vm.$ay.t("Server"); }