This commit is contained in:
2019-12-31 16:44:48 +00:00
parent 8b99adc331
commit d2ae531b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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")