From dd631f830e10b4ccc3261863a7d4e24e68316b00 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 7 May 2021 22:12:34 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 ++ .../work-order-item-scheduled-users.vue | 78 +++++++++++++++++-- 2 files changed, 81 insertions(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 82015104..37d1666f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -303,6 +303,14 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: +TODO: BUGBUG: somehow woitemscheduled users are disappearing!!!! + I'm guessing the woitem is being saved without it's child collection set so it erases it + This may be a side effect of the partial save code not anticipated + Need to reliably make this happen to fix it + + + + OVERALL diff --git a/ayanova/src/components/work-order-item-scheduled-users.vue b/ayanova/src/components/work-order-item-scheduled-users.vue index d8c2ba1f..eaf6fe9f 100644 --- a/ayanova/src/components/work-order-item-scheduled-users.vue +++ b/ayanova/src/components/work-order-item-scheduled-users.vue @@ -66,6 +66,73 @@ >{{ $ay.t("Undelete") }}$ayiTrashRestoreAlt + + + + + + + + +