This commit is contained in:
@@ -4301,21 +4301,15 @@ namespace AyaNova.Biz
|
||||
//SPECIFIC EVENTS FOR THIS OBJECT
|
||||
WorkOrderItemPartRequest o = (WorkOrderItemPartRequest)proposedObj;
|
||||
|
||||
//## DELETED EVENTS
|
||||
//any event added below needs to be removed, so
|
||||
//just blanket remove any event for this object of eventtype that would be added below here
|
||||
//do it regardless any time there's an update and then
|
||||
//let this code below handle the refreshing addition that could have changes
|
||||
// await NotifyEventHelper.ClearPriorEventsForObject(ct, proposedObj.AyaType, o.Id, NotifyEventType.ContractExpiring);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//## CREATED / MODIFIED EVENTS
|
||||
if (ayaEvent == AyaEvent.Created || ayaEvent == AyaEvent.Modified)
|
||||
{
|
||||
|
||||
//todo: fix etc, tons of shit here incoming
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}//end of process notifications
|
||||
|
||||
|
||||
Reference in New Issue
Block a user