From 7758cf9edb40b16d56722170dc59832420e289fd Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 2 Sep 2021 00:05:19 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 32 ++++++++++++++++++++++++------- ayanova/src/views/home-search.vue | 1 + 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d068f221..b5b78734 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -55,16 +55,17 @@ Coded by importance ## TESTING CASES + + not coming up in search results + +- case 3937 part inventory datalist missing tags column + - case 3927 migrate, part categories not created as tags - case 3928 Tag filters needs more options - case 3929 woitemunit (maybe others) datalist need to optionally show 3 levels of tags make sure all tags can be show / selected to show -- case 3932 search form object list not sorted alphabetically - See notify subscriptions form for new method to force alpha display -- case 3933 Service notes from workorder not indexed for search?? - not coming up in search results -- case 3937 part inventory datalist missing tags column + ## CLIENT MISC ITEMS @@ -835,6 +836,23 @@ BUILD 129 CHANGES OF NOTE - Case 3941 po datalist dropship to customer opens user - fixed - case 3930 client note datalist needs Tags column - added - - +- case 3932 search form object list not sorted alphabetically +- case 3933 Service notes from workorder not indexed for search - fixed in wo, quote, pm + also workorder item Unit WIKI was missing + also from workorder header: + InternalReferenceNumber + CustomerReferenceNumber + CustomerContactName + InvoiceNumber + CustomerSignatureName + TechSignatureName + PostAddress + PostCity + PostRegion + PostCountry + PostCode + Address + City + Region + Country diff --git a/ayanova/src/views/home-search.vue b/ayanova/src/views/home-search.vue index 10ac058b..d926cad6 100644 --- a/ayanova/src/views/home-search.vue +++ b/ayanova/src/views/home-search.vue @@ -368,6 +368,7 @@ async function populateSelectionLists(vm) { vm.formState.serverError = res.error; window.$gz.form.setErrorBoxErrors(vm); } else { + res.data.sort(window.$gz.util.sortByKey("name")); vm.selectLists.objectTypes = res.data; // // //ServiceBank will appear in search results but is not a Core biz object so won't be added to list by server // // //and needs to be added manually here