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