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