Added ReviewImminent notification event type and backing and fronting code
This commit is contained in:
@@ -844,7 +844,9 @@ Current v8 docs home: https://www.ayanova.com/docs/
|
|||||||
BUILD 8.0.0-beta.0.14 CHANGES OF NOTE
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -280,6 +280,7 @@ export default {
|
|||||||
case 21:
|
case 21:
|
||||||
case 22:
|
case 22:
|
||||||
case 25:
|
case 25:
|
||||||
|
case 34:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user