This commit is contained in:
@@ -615,6 +615,7 @@ namespace AyaNova.Biz
|
||||
if (ayaEvent == AyaEvent.Created || ayaEvent == AyaEvent.Modified)
|
||||
{
|
||||
//# REVIEW IMMINENT
|
||||
if (o.CompletedDate == null && o.ReviewDate > DateTime.UtcNow)
|
||||
{
|
||||
//notify users (time delayed)
|
||||
var subs = await ct.NotifySubscription.Where(z => z.EventType == NotifyEventType.ReviewImminent).ToListAsync();
|
||||
|
||||
Reference in New Issue
Block a user