From e614ae8be26fa8472da88cfb82da5c35d2470823 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 18 Aug 2020 19:26:40 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +++++ ayanova/src/api/ayanova-version.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e2a7c360..795d8b4c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -8,6 +8,11 @@ This stage is to consolidate the basics and set the final shell form. A lot of it might be rundundent + +todo: Add new notifyevent to picklist, translation: + CopyOfCustomerNotification, WorkorderCreatedForCustomer, WorkorderFinishedFollowUp + +todo: sort out notifications and mark the ones that are CUSTOMER so that they can also be tagged with copyofcustomernotifcation todo: 8 Infrastructure cases outstanding all tagged as "INFRASTRUCTURE:" todo: Users list, translation list and license page all cut off horizontally in phone diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 92d30296..8fa01ed8 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.10.e", + version: "8.0.0-alpha.10", copyright: "© 1999-2020, Ground Zero Tech-Works Inc." };