This commit is contained in:
@@ -308,7 +308,7 @@ export default {
|
||||
|
||||
case ayatype.WorkOrderItemPriority:
|
||||
vm.$router.push({
|
||||
name: "svc-work-order-item-priority-edit",
|
||||
name: "svc-work-order-item-priorities-edit",
|
||||
params: { recordid: tid.id }
|
||||
});
|
||||
break;
|
||||
|
||||
@@ -151,7 +151,7 @@ export default {
|
||||
serverError: {}
|
||||
},
|
||||
rights: window.$gz.role.defaultRightsObject(),
|
||||
ayaType: window.$gz.type.WorkOrderPriority
|
||||
ayaType: window.$gz.type.WorkOrderItemPriority
|
||||
};
|
||||
},
|
||||
//WATCHERS
|
||||
@@ -449,14 +449,9 @@ async function initForm(vm) {
|
||||
//
|
||||
async function fetchTranslatedText() {
|
||||
await window.$gz.translation.cacheTranslations([
|
||||
"WorkOrderPriority",
|
||||
"WorkOrderPriorityName",
|
||||
"WorkOrderPriorityCompleted",
|
||||
"WorkOrderPriorityLocked",
|
||||
"WorkOrderPrioritySelectRoles",
|
||||
"WorkOrderPriorityRemoveRoles",
|
||||
"WorkOrderPriorityColor",
|
||||
"WorkOrderPriorityNotes"
|
||||
"WorkOrderItemPriority",
|
||||
"WorkOrderItemPriorityName",
|
||||
"WorkOrderItemPriorityColor"
|
||||
]);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user