From 3d6263be3d5bae20be1ee5ed341067311edd78fa Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 31 Jan 2020 22:44:56 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 ++++---- ayanova/src/api/initialize.js | 7 ------- ayanova/src/router.js | 8 +------- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 92f1e827..2148c33b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -47,10 +47,10 @@ CURRENT TODOs SHELL / NAV / MENUS / LAYOUT -TODO: Grid is leaving space for side nav on it's right side when in medium width or if make nav go away in full screen - - It appears it thinks it needs to leave room for nav even when not there - - Maybe it's a breakpoint issue somewhere that I overrode and has since changed or something - +TODO: initialize.js is forcing default home page to csr if user has rights to csr, when it should only do that if user *IS* customer type + - all others sb dashboard + - window.$gz.store.commit("setHomePage", "/customer-csr-list"); + TODO: toolbar above grid for filters, refresh etc (make it a standard component?) TODO: main.js filters need to be finished TODO: SEARCH UI diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index 8a214e60..63948289 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -680,13 +680,6 @@ export default function initialize() { window.$gz.role.AUTHORIZATION_ROLES.TechLimited ]) ) { - addNavItem( - window.$gz.locale.get("WidgetList"), - "splotch", - "/testinventory", - [], - key++ - ); addNavItem( window.$gz.locale.get("WidgetList"), "vial", diff --git a/ayanova/src/router.js b/ayanova/src/router.js index c27114b5..9a58a786 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -425,13 +425,7 @@ export default new Router({ import(/* webpackChunkName: "home" */ "./views/ay-history.vue") }, //TEST TEST TEST TEST TEST - { - //TEST WIDGETS - path: "/testinventory", - name: "testinventory", - component: () => - import(/* webpackChunkName: "test" */ "./views/test-inventory.vue") - }, + { //NEW TEST GZ DATA TABLE path: "/test-widgets",