From 78320a7dc1e6bc2ef959af252aa83977ec038e97 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 15 May 2021 00:28:50 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a14ae5bb..ba99e8c3 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -349,11 +349,12 @@ CURRENTLY DOING: labors (but involves contract change below) todo: Server new wo auto contract resolution code, if NEW record and contractid already set then use that otherwise find effective one and set (only way it's set automatically) - todo: work order alert notes isue: + todo: PUT SHOULD UPDATE IF VIZ (work order alert notes isue) when update header (put) doesn't return populated viz alert notes as it should I'm guessing this also should return the entire object to resolve this issue probably every save of every bit should return that object, particularly if it has any populate viz fields Test by changing customer or contract and save should show new alert notes + (same as done in svc-workorder.vue line 947 with labor, replicate that shit everywhere) todo: replicate labor save code at front and back to the other contracted objects - return full object, update accordingly