From 7c1933f7c7d712bf630d103b6f3346ee7792e4c0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 28 Feb 2022 23:02:37 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- .../dash-workorder-unscheduled-open-list.vue | 20 +++++++------------ 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 7a2f301f..3df5a8db 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -31,7 +31,7 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019 # SEEDING ISSUES seeder wolabor is being created in the future fucking the kpi stuff or at least looking weird no labor or date centric items should be created in the future, that's nonsensical - +seeder sb some that are not scheduled to show off widget, i.e. newly created with no items or no scheduled users at least seeder wo created date not set properly, should match the way it's generated seeder wo need new fields and generate data to show off and test kpi widgets and features Add completed date to workorder, should be set when a closed status is set diff --git a/ayanova/src/components/dash-workorder-unscheduled-open-list.vue b/ayanova/src/components/dash-workorder-unscheduled-open-list.vue index 1ee01d31..e7088177 100644 --- a/ayanova/src/components/dash-workorder-unscheduled-open-list.vue +++ b/ayanova/src/components/dash-workorder-unscheduled-open-list.vue @@ -10,13 +10,15 @@ v-on="$listeners" > @@ -213,7 +206,8 @@ async function fetchTranslatedText() { "Name", "WorkOrder", "WorkOrderItem", - "WorkOrderStatus" + "WorkOrderStatus", + "NoData" ]); }