This commit is contained in:
@@ -510,7 +510,14 @@ todo:2 many biz objects are not using new PUT methodology
|
|||||||
########################################################################################################################
|
########################################################################################################################
|
||||||
|
|
||||||
|
|
||||||
CURRENTLY DOING:
|
CURRENTLY DOING: notification outstanding issues:
|
||||||
|
RENAME notification model and table and objects to inappnotification
|
||||||
|
implement notifydeliverylog
|
||||||
|
implement system to consult notifydelivery log and prevent excessive deliveries
|
||||||
|
implement front end UI to view notifydeliverylog
|
||||||
|
test excess delivery prevention circuit breaker
|
||||||
|
|
||||||
|
get back to the PM insufficient inventory check notification
|
||||||
|
|
||||||
Add new notification when pm reaches stop generating date??
|
Add new notification when pm reaches stop generating date??
|
||||||
PMStopGeneratingDateReached = 22,
|
PMStopGeneratingDateReached = 22,
|
||||||
|
|||||||
@@ -437,6 +437,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 28: //server ops problem
|
||||||
case 31: //workordercreatedforcustomer customer notification, no tags
|
case 31: //workordercreatedforcustomer customer notification, no tags
|
||||||
case 32: //pm generation failure, like ops notice sb on any item
|
case 32: //pm generation failure, like ops notice sb on any item
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user