diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9ab86d76..b9a0884a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -50,6 +50,7 @@ SHELL / NAV / MENUS / LAYOUT TODO: After testing on phone found following issues: - Customize form showing form field data types with ?? as not localized + - FormFieldDataTypesDateTime - Service menu: - Realized Workorders quotes etc are pushed down into a sub menu only because of the templates yet they will be super commonly accessed - Maybe put all templates in their own submenu and keep the workorders quotes etc as top level under Service diff --git a/ayanova/src/router.js b/ayanova/src/router.js index bd44a866..3051917b 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -76,6 +76,7 @@ export default new Router({ component: () => import(/* webpackChunkName: "home" */ "./views/home-dashboard.vue") }, + { path: "/", redirect: "/login" }, { path: "/home-schedule", name: "home-schedule",