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: [],