This commit is contained in:
2022-01-26 00:00:41 +00:00
parent 617e13b5ff
commit 8c15b5c610
6 changed files with 47 additions and 6 deletions

View File

@@ -268,6 +268,19 @@ 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
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: window.$gz.locale.diffHoursFromUTC8601String is often calculated a total of 1.99 due to some rounding even though the two times look identical
must be seconds or something, needs a round up in those cases, that's weird. To recreate try a start time of 11:21 and end time of 1:21pm which should be two hours but is 1.99 hours