This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user