diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0424fa64..8a511c2d 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,11 +4,10 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang =-=-=-=- - -todo: NEW FRESH BUILD BEFORE PROCEEDING todo: Test run on v7 laptop + https://www.ayanova.com/Downloads/v8/ayanova8.alpha.8-win-x64.zip todo: Once above is done, give to Joyce to try as a download off our server with no instructions -todo: Replicate above but for Linux in a shell script to run everything then test on linux as a standalone app +todo: Replicate above but for Linux in a shell script to run everything then test on linux (not devops obvs) as a standalone app ========================================================================================================= @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ diff --git a/ayanova/src/views/ops-view-configuration.vue b/ayanova/src/views/ops-view-configuration.vue index 5e580bc5..1ee418de 100644 --- a/ayanova/src/views/ops-view-configuration.vue +++ b/ayanova/src/views/ops-view-configuration.vue @@ -73,8 +73,6 @@ export default { async created() { let vm = this; try { - // await initForm(vm); - vm.formState.ready = true; window.$gz.eventBus.$on("menu-click", clickHandler); generateMenu(vm);