From 63eafdc9042835c2b4cf6917377b0552d6f8b14c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 8 Sep 2021 20:41:23 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 + ayanova/src/api/gzmenu.js | 2 +- ayanova/src/views/ay-about.vue | 14 ++- ayanova/src/views/customer-csr.vue | 145 +++++++++++++++-------------- 4 files changed, 81 insertions(+), 81 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index feaa49c4..626a9767 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -78,6 +78,7 @@ Coded by importance +- 1 Help->About tech support has ?? -2 hyperlinks in memos sb clickable to open in new tab or window or whatever this supports help links in migrate and also user links like "take a look at workorder 55" with a link to it in the UI diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js index 04be33dc..d5836f67 100644 --- a/ayanova/src/api/gzmenu.js +++ b/ayanova/src/api/gzmenu.js @@ -1,6 +1,6 @@ /* xxxeslint-disable */ -import { VMain } from "vuetify/lib"; +// import { VMain } from "vuetify/lib"; ///////////////////////////////// // Menu utils and handlers diff --git a/ayanova/src/views/ay-about.vue b/ayanova/src/views/ay-about.vue index 766a4cdf..c649a1c2 100644 --- a/ayanova/src/views/ay-about.vue +++ b/ayanova/src/views/ay-about.vue @@ -170,16 +170,14 @@ export default { }, canViewLicenseInfo() { /* - Administrator = 1, - Schedulable = 2, - NonSchedulable = 3, - Customer = 4, - HeadOffice = 5, - Utility = 6, Subcontractor = 7 */ + Service = 1, + NotService = 2, + Customer = 3, + HeadOffice = 4, + ServiceContractor = 5 */ return ( window.$gz.store.state.userType == 1 || - window.$gz.store.state.userType == 2 || - window.$gz.store.state.userType == 3 + window.$gz.store.state.userType == 2 ); } } diff --git a/ayanova/src/views/customer-csr.vue b/ayanova/src/views/customer-csr.vue index 8b226983..bd1d942f 100644 --- a/ayanova/src/views/customer-csr.vue +++ b/ayanova/src/views/customer-csr.vue @@ -1,12 +1,12 @@