From 4a37b19f91b0c4243f83e8695ec051d26e655101 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 28 Jan 2022 20:14:49 +0000 Subject: [PATCH] Added ReviewImminent notification event type and backing and fronting code --- ayanova/devdocs/todo.txt | 4 +++- ayanova/src/views/home-notify-subscription.vue | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d323add6..a711beae 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/views/home-notify-subscription.vue b/ayanova/src/views/home-notify-subscription.vue index f762d75c..436665d2 100644 --- a/ayanova/src/views/home-notify-subscription.vue +++ b/ayanova/src/views/home-notify-subscription.vue @@ -280,6 +280,7 @@ export default { case 21: case 22: case 25: + case 34: return true; default: return false;