From 878b410958509b78a4a11964ee28ec81812c93c2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 17 Jun 2021 14:39:29 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 10 +++------- ayanova/src/views/svc-workorder.vue | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8feb8c15..a198005a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -384,16 +384,12 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: -todo: make better trans keys for new / add workorderitem* - can't change existing they are needed for areas where not on a workorder to disambiguate them from non wo version of same i.e. "Scheduled user" TODO: Hiding sections not used when empty and now added from the menu to present a cleaner empty work order - outstanding issue: translation keys wonky for some items - Can all the new items be put into a sub menu in that menu so it's cleaner to look at because I suspect there will be a number of woitem menu items also added for various features coming? - or do I yagni for now? + docs / how to use it - test hide section hides NEW addition menu item - Check out on phone size and make sure still ok + + bugbug: service completed (closed status) workorder goes gray initially but when go out and back in it's editable again WTF?? diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index 45d4dd04..3e8a245e 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -1770,7 +1770,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiTools", title: "WorkOrder", - helpUrl: "svc-workorder", + helpUrl: "svc-workorders", formData: { ayaType: window.$gz.type.WorkOrder, recordId: vm.$route.params.recordid,