This commit is contained in:
@@ -384,16 +384,12 @@ todo: many biz objects are not using new PUT methodology
|
|||||||
|
|
||||||
CURRENTLY DOING:
|
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
|
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
|
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??
|
bugbug: service completed (closed status) workorder goes gray initially but when go out and back in it's editable again WTF??
|
||||||
|
|||||||
@@ -1770,7 +1770,7 @@ function generateMenu(vm) {
|
|||||||
readOnly: vm.formState.readOnly,
|
readOnly: vm.formState.readOnly,
|
||||||
icon: "$ayiTools",
|
icon: "$ayiTools",
|
||||||
title: "WorkOrder",
|
title: "WorkOrder",
|
||||||
helpUrl: "svc-workorder",
|
helpUrl: "svc-workorders",
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.WorkOrder,
|
ayaType: window.$gz.type.WorkOrder,
|
||||||
recordId: vm.$route.params.recordid,
|
recordId: vm.$route.params.recordid,
|
||||||
|
|||||||
Reference in New Issue
Block a user