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
+
+
+
+
+
+
+
+
+