From a6214abe2348a20319a3469074ce21474779a312 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 18 Nov 2020 18:39:47 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/views/adm-user.vue | 14 +++++++------- ayanova/src/views/cust-user.vue | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9fe40e5a..ab78fb56 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -77,7 +77,7 @@ OUTSTANDING WITH CUSTOMER if pw starts with "TEMP" or some key token then maybe they need to go to the change password automatically upon login this way can issue a pw and email it and when user first logs in they must set it to something? - Centralize MAP URLS + contacts Maybe convert generic customer contacts list to proper data grid source from server shows all contact info directly in grid diff --git a/ayanova/src/views/adm-user.vue b/ayanova/src/views/adm-user.vue index 5f8857fd..6e58d607 100644 --- a/ayanova/src/views/adm-user.vue +++ b/ayanova/src/views/adm-user.vue @@ -31,7 +31,7 @@ @@ -493,7 +493,7 @@ export default { notes: null, customerId: null, headOfficeId: null, - subVendorId: null, + vendorId: null, wiki: null, customFields: "{}", tags: [], diff --git a/ayanova/src/views/cust-user.vue b/ayanova/src/views/cust-user.vue index aa9fca3a..5f87a1b5 100644 --- a/ayanova/src/views/cust-user.vue +++ b/ayanova/src/views/cust-user.vue @@ -497,7 +497,7 @@ export default { notes: null, customerId: null, headOfficeId: null, - subVendorId: null, + vendorId: null, wiki: null, customFields: "{}", tags: [],