This commit is contained in:
2022-01-26 00:04:09 +00:00
parent 8c15b5c610
commit 3fb7d64c84

View File

@@ -268,18 +268,6 @@ I've done the *Orders but nothing else other than a quick check of customer, so
giong to need to go through all fields in all docs to make sure this is working properly giong to need to go through all fields in all docs to make sure this is working properly
Not working:
formErrorFromSaveResult - input is: [{"error":{"code":"2200","details":[{"target":"ServiceRateId","error":"2204"}],"message":"ErrorAPI2200"},"itemUid":0,"childKey":"scheduledUsers"}] svc-workorder.vue:1831
FormErrorFromSaveREsult calling error target from with following z value: {"error":{"code":"2200","details":[{"target":"ServiceRateId","error":"2204"}],"message":"ErrorAPI2200"},"itemUid":0,"childKey":"scheduledUsers"}
SaveScheduledUsers handleSaveError param is: {"error":{"code":"2200","details":[{"target":"ServiceRateId","error":"2204"}],"message":"ErrorAPI2200"},"itemUid":0,"childKey":"scheduledUsers"}
Working:
formErrorFromSaveResult - input is: [{"error":{"code":"2200","details":[{"target":"ServiceRateId","error":"2204"}],"message":"ErrorAPI2200"},"itemUid":0,"childKey":"scheduledUsers","childUid":0}] svc-workorder.vue:1831
FormErrorFromSaveREsult calling error target from with following z value: {"error":{"code":"2200","details":[{"target":"ServiceRateId","error":"2204"}],"message":"ErrorAPI2200"},"itemUid":0,"childKey":"scheduledUsers","childUid":0}
SaveScheduledUsers handleSaveError param is: {"error":{"code":"2200","details":[{"target":"ServiceRateId","error":"2204"}],"message":"ErrorAPI2200"},"itemUid":0,"childKey":"scheduledUsers","childUid":0}
- 1 todo: Search limited to a type is *not* working, it just returns all results, search from a Customer for example and you will see all object results - 1 todo: Search limited to a type is *not* working, it just returns all results, search from a Customer for example and you will see all object results
- 1 todo: window.$gz.locale.diffHoursFromUTC8601String is often calculated a total of 1.99 due to some rounding even though the two times look identical - 1 todo: window.$gz.locale.diffHoursFromUTC8601String is often calculated a total of 1.99 due to some rounding even though the two times look identical
@@ -863,7 +851,8 @@ BUILD 8.0.0-beta.0.13 CHANGES OF NOTE
- case 4092, 4094 fixed - case 4092, 4094 fixed
- case 4095 implemented - case 4095 implemented
- case 4096 updated docs - case 4096 updated docs
- fixed bug in time only control that prevented showing validation errors
- fixed bug in wo, quote, pm that could result in grand child objects server validation errors not showing on subsequent save attempt after successful save just prior