Added ReviewImminent notification event type and backing and fronting code

This commit is contained in:
2022-01-28 20:14:49 +00:00
parent 514785b7f3
commit 4a37b19f91
2 changed files with 4 additions and 1 deletions

View File

@@ -844,7 +844,9 @@ Current v8 docs home: https://www.ayanova.com/docs/
BUILD 8.0.0-beta.0.14 CHANGES OF NOTE
- Implemented ReminderImminent notification event
- Changed Review biz object notification from general to specific with new ReviewImminent notification event
before was just a default general notification but this prevented being able to customize how it's delivered and tag filters etc

View File

@@ -280,6 +280,7 @@ export default {
case 21:
case 22:
case 25:
case 34:
return true;
default:
return false;