This commit is contained in:
@@ -38,6 +38,20 @@ todo: Customer access
|
|||||||
Or does it open into a form where user can print the wo view attachments etc??
|
Or does it open into a form where user can print the wo view attachments etc??
|
||||||
view signature maybe??
|
view signature maybe??
|
||||||
|
|
||||||
|
Customer access global settings
|
||||||
|
view wiki, view attachments currently is contact,customer or ho with tags, should expand to also include if wo tagged
|
||||||
|
this way they can choose to expose only wo by wo or for all wo for contact or for ho or for customer etc
|
||||||
|
gives the ability to restrict to single wo's only
|
||||||
|
|
||||||
|
Customer wo form
|
||||||
|
open, fetches customer version of wo data
|
||||||
|
server checks what they can see and indicates in return data
|
||||||
|
returns:
|
||||||
|
whatever shows about the wo
|
||||||
|
only includes wiki if available otherwise empty stripped out
|
||||||
|
wo header wiki availability
|
||||||
|
wo header attachments availablility
|
||||||
|
attachment route needs to also re-check this availability thing
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -113,11 +113,7 @@ function generateMenu(vm) {
|
|||||||
icon: "$ayiTools",
|
icon: "$ayiTools",
|
||||||
title: "WorkOrder",
|
title: "WorkOrder",
|
||||||
helpUrl: "customer-workorders",
|
helpUrl: "customer-workorders",
|
||||||
formData: {
|
hideSearch: true,
|
||||||
ayaType: window.$gz.type.WorkOrder,
|
|
||||||
recordId: vm.$route.params.recordid,
|
|
||||||
recordName: vm.obj.name
|
|
||||||
},
|
|
||||||
menuItems: []
|
menuItems: []
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user