From fc88b07a944a725eedb2d7f085ba18335f4f9a88 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Sep 2021 20:27:20 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 +++++- ayanova/src/views/svc-quote-status-edit.vue | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 89b9fdbb..85469b14 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -9,9 +9,11 @@ ## ROUGH SCHEDULE +todo: quick glance over testing cases, implement where can but plan for release today friday so can test sched from linux server just to ensure no unexpected issues. Test with ipad and table and phone as well. # Schedule form + todo: svc-schedule CASES @@ -778,4 +780,6 @@ BUILD 131 CHANGES OF NOTE - Added work order states collection to report data for work order and status viz fields: Name, color, completed, locked - Added work order item status and priority Name and Color fields as viz fields to report data for work order - Review object added ReviewObjectViz field to report data which will have name of reviewed object or if it's not a named object the translated object type name instead -- Added personal schedule form (home-schedule) for initial UI testing before implementing other schedule form based stuff such as service-schedule and others \ No newline at end of file +- Added personal schedule form (home-schedule) for initial UI testing before implementing other schedule form based stuff such as service-schedule and others +- case 3955 back to you +- case 3963 fixed diff --git a/ayanova/src/views/svc-quote-status-edit.vue b/ayanova/src/views/svc-quote-status-edit.vue index 7af49569..c6608578 100644 --- a/ayanova/src/views/svc-quote-status-edit.vue +++ b/ayanova/src/views/svc-quote-status-edit.vue @@ -517,6 +517,7 @@ async function initForm(vm) { async function fetchTranslatedText() { await window.$gz.translation.cacheTranslations([ "QuoteQuoteStatusType", + "QuoteStatusList", "StatusName", "StatusCompleted", "StatusLocked",