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;