From 3abae52c343c47345abcb09c73ea38c2105c3bbd Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 11 Dec 2020 01:10:02 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 ++++- ayanova/src/main.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 18fbb90a..c3351eb8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,9 +4,12 @@ MISC ITEMS THAT CAME UP +todo: Can't upload a photo from phone, no error just does nothing -todo: test import User record +todo: Demo data customer names all are people names, must be using wrong faker stuff + +todo: release for v7 with datagrid issue workaround / fix if possible ............................................................ diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 0638012e..96782441 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -63,7 +63,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //**************************************************************