This commit is contained in:
2021-06-17 14:39:29 +00:00
parent a26d064c79
commit 878b410958
2 changed files with 4 additions and 8 deletions

View File

@@ -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??

View File

@@ -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,