This commit is contained in:
2021-06-16 18:57:36 +00:00
parent 6b4614428e
commit a05e5e3871
5 changed files with 66 additions and 21 deletions

View File

@@ -775,10 +775,8 @@ async function populateSelectionLists(vm) {
return window.$gz.store.state.customerRights.notifyCSRRejected;
case 21:
return window.$gz.store.state.customerRights.notifyServiceImminent;
// case 30://was workorder completed, removed due to thinking it's covered elsewhere but not really for customer who shouldn't see any other status available
//this is still up in the air and may need to be re-enabled here and at server
// //return window.$gz.store.state.customerRights.notifyCSRAccepted;
// return false;
case 30:
return window.$gz.store.state.customerRights.notifyWOCompleted;
case 31:
return window.$gz.store.state.customerRights.notifyWOCreated;
default: