From ee635eeb6d9777aca9115c7cdce3ff3a7de62543 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 28 Feb 2022 20:50:55 +0000 Subject: [PATCH] --- ayanova/src/api/dash-registry.js | 7 +- .../dash-workorder-unscheduled-open-list.vue | 247 ++++-------------- ayanova/src/views/home-dashboard.vue | 4 +- 3 files changed, 63 insertions(+), 195 deletions(-) diff --git a/ayanova/src/api/dash-registry.js b/ayanova/src/api/dash-registry.js index d61d4ed0..c0d5205f 100644 --- a/ayanova/src/api/dash-registry.js +++ b/ayanova/src/api/dash-registry.js @@ -19,7 +19,12 @@ export default { icon: "$ayiListAlt", type: "GzDashWorkorderUnscheduledOpenList", singleOnly: false, - settings: {} + settings: { + customTitle: null, + wotags: [], + woitemtags: [], + wostatus: null + } }, { roles: [ diff --git a/ayanova/src/components/dash-workorder-unscheduled-open-list.vue b/ayanova/src/components/dash-workorder-unscheduled-open-list.vue index 9814a216..4387adb7 100644 --- a/ayanova/src/components/dash-workorder-unscheduled-open-list.vue +++ b/ayanova/src/components/dash-workorder-unscheduled-open-list.vue @@ -2,16 +2,16 @@