This commit is contained in:
@@ -343,6 +343,7 @@ export default {
|
|||||||
switch (this.obj.eventType) {
|
switch (this.obj.eventType) {
|
||||||
case 24:
|
case 24:
|
||||||
case 10:
|
case 10:
|
||||||
|
case 32:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
@@ -362,6 +363,7 @@ export default {
|
|||||||
switch (this.obj.eventType) {
|
switch (this.obj.eventType) {
|
||||||
case 27: //General notification
|
case 27: //General notification
|
||||||
case 20: //backup status
|
case 20: //backup status
|
||||||
|
case 31: //workordercreatedforcustomer customer notification, no tags
|
||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user