From d2ae531b9d19569091ae5ef6ad36da336c68d899 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 31 Dec 2019 16:44:48 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/router.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 625874e9..9c02f8a8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -58,7 +58,7 @@ TODO: WHEN GET TO HERE, POST TO SERVER AND TEST DRIVE AGAIN WITH ALL BROWSERS / TODO: SCAN the todo somewhere down below regarding the shell in case anything I forgot TODO: Enforce role rights for menu items once it's stubbed out - +TODO: maybe some code to check if the server is available and or provide an actual message, right now if click login with server down it appears that nothing happens instead of an error TODO: Two kinds of mass fetch records in RAVEN - 1) Reporting records diff --git a/ayanova/src/router.js b/ayanova/src/router.js index 876d39c7..0fed0482 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -77,7 +77,7 @@ export default new Router({ import(/* webpackChunkName: "home" */ "./views/home-dashboard.vue") }, { - path: "/home-search/:ayatype", + path: "/home-search/:ayatype?", name: "home-search", component: () => import(/* webpackChunkName: "home" */ "./views/home-search.vue")