This commit is contained in:
@@ -47,10 +47,10 @@ CURRENT TODOs
|
|||||||
|
|
||||||
SHELL / NAV / MENUS / LAYOUT
|
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
|
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
|
||||||
- It appears it thinks it needs to leave room for nav even when not there
|
- all others sb dashboard
|
||||||
- Maybe it's a breakpoint issue somewhere that I overrode and has since changed or something
|
- window.$gz.store.commit("setHomePage", "/customer-csr-list");
|
||||||
|
|
||||||
TODO: toolbar above grid for filters, refresh etc (make it a standard component?)
|
TODO: toolbar above grid for filters, refresh etc (make it a standard component?)
|
||||||
TODO: main.js filters need to be finished
|
TODO: main.js filters need to be finished
|
||||||
TODO: SEARCH UI
|
TODO: SEARCH UI
|
||||||
|
|||||||
@@ -680,13 +680,6 @@ export default function initialize() {
|
|||||||
window.$gz.role.AUTHORIZATION_ROLES.TechLimited
|
window.$gz.role.AUTHORIZATION_ROLES.TechLimited
|
||||||
])
|
])
|
||||||
) {
|
) {
|
||||||
addNavItem(
|
|
||||||
window.$gz.locale.get("WidgetList"),
|
|
||||||
"splotch",
|
|
||||||
"/testinventory",
|
|
||||||
[],
|
|
||||||
key++
|
|
||||||
);
|
|
||||||
addNavItem(
|
addNavItem(
|
||||||
window.$gz.locale.get("WidgetList"),
|
window.$gz.locale.get("WidgetList"),
|
||||||
"vial",
|
"vial",
|
||||||
|
|||||||
@@ -425,13 +425,7 @@ export default new Router({
|
|||||||
import(/* webpackChunkName: "home" */ "./views/ay-history.vue")
|
import(/* webpackChunkName: "home" */ "./views/ay-history.vue")
|
||||||
},
|
},
|
||||||
//TEST TEST TEST TEST TEST
|
//TEST TEST TEST TEST TEST
|
||||||
{
|
|
||||||
//TEST WIDGETS
|
|
||||||
path: "/testinventory",
|
|
||||||
name: "testinventory",
|
|
||||||
component: () =>
|
|
||||||
import(/* webpackChunkName: "test" */ "./views/test-inventory.vue")
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
//NEW TEST GZ DATA TABLE
|
//NEW TEST GZ DATA TABLE
|
||||||
path: "/test-widgets",
|
path: "/test-widgets",
|
||||||
|
|||||||
Reference in New Issue
Block a user