From e81f32df90a3911890f56eecc709d987ed1e44f0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 1 Dec 2020 19:22:33 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 ------- ayanova/src/api/ayanova-version.js | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1ccfb802..13748072 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,13 +6,6 @@ MISC ITEMS THAT CAME UP -todo: v8migrate customer account users coming over as regular non sched users - though the contacts are correctly importing - They need to appear as contacts when imported - -todo: logout doesn't shut off check for notifications? - logout and shut down server get error appear in client??! - todo: TEST DEPLOY TO DEVOPS FOR TESTING NEW CUSTOMER STUFF THOROUGHLY ............................................................ diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index b6b9410b..52a53724 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.89", + version: "8.0.0-alpha.90", copyright: "© 1999-2020, Ground Zero Tech-Works Inc." };