This commit is contained in:
2021-04-29 19:38:46 +00:00
parent 53c5335b47
commit a01593d7b0
2 changed files with 3 additions and 12 deletions

View File

@@ -302,17 +302,7 @@ todo: cypress testing for load testing etc
install standalone cypress and go it without vue stuff
todo: can I turn control labels into hyperlinks for getting to feeder records? If not then need to find a way to accomplish it
e.g. can workorder status title be changed to a hyper link to status list
e.g. can projects title be turned to a hyper link to projects list
ideally not in menu because it would be a lot on a workorder and need space for wo graph subitem links
### I ALREADY have an affordance for this with the pick lists, JUST replicate that!!
todo: Translations stuff
- "delete selected item" text instead of "Delete" for subitems
- workordercustomX translation keys not set yet, just copy workorderItem ones I guess
- clean up translation text, many things are badly worded for wo like all *List could just use plural form and be shorteras coding it look for areas to be cleaned up
todo: Translations stuff
- WorkOrderItemUnitList key added

View File

@@ -1101,7 +1101,8 @@ async function fetchTranslatedText(vm) {
"WorkOrderItemScheduledUserEstimatedQuantity",
"WorkOrderItemScheduledUserUserID",
"WorkOrderItemScheduledUserServiceRateID",
"Sequence"
"Sequence",
"WorkOrderItemUnitList"
]);
}