This commit is contained in:
@@ -719,12 +719,18 @@ async function populateSelectionLists(vm) {
|
||||
vm.selectLists.eventTypes = tempEventTypes.filter(z => {
|
||||
//return true if it's a type allowed for customer
|
||||
switch (z.id) {
|
||||
case 4: //WorkorderStatusChange = 4
|
||||
return true;
|
||||
case 6: //notifyCSRAccepted;
|
||||
return true;
|
||||
case 7: //notifyCSRRejected;
|
||||
return true;
|
||||
case 9: //QuoteStatusChange = 9
|
||||
return true;
|
||||
case 21: //notifyServiceImminent;
|
||||
return true;
|
||||
case 24: //WorkorderStatusAge = 24 This is to replace the v7 wo follow up x days after closed notification to send message for follow up after closed
|
||||
return true;
|
||||
case 30: //notifyWOCompleted;
|
||||
return true;
|
||||
case 31: //notifyWOCreated;
|
||||
|
||||
Reference in New Issue
Block a user