From bb8beb64a7c59349413ff639fe987ea2f38ae5b7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 10 Mar 2022 00:25:57 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 ---- ayanova/src/api/open-object-handler.js | 5 +++++ ayanova/src/views/home-notify-subscription.vue | 4 ++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5ab7c098..5cd21e6b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -22,10 +22,6 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019 # OUTSTANDING MAJOR AREAS TO BETA - -todo: mirror remove not used settings in regular user notify subscription to avoid duplicate problem there too with invalid or more likely hidden and hard to diagnose settings - - rockfish b4beta cases # OUTSTANDING BEFORE RELEASE diff --git a/ayanova/src/api/open-object-handler.js b/ayanova/src/api/open-object-handler.js index 3840bacb..f7271d86 100644 --- a/ayanova/src/api/open-object-handler.js +++ b/ayanova/src/api/open-object-handler.js @@ -491,6 +491,11 @@ export default { params: { recordid: tid.id } }); break; + case ayatype.OpsNotificationSettings: + vm.$router.push({ + name: "/ops-notification-settings" + }); + break; default: window.$gz.eventBus.$emit( diff --git a/ayanova/src/views/home-notify-subscription.vue b/ayanova/src/views/home-notify-subscription.vue index 3c3f90c0..ca5ae61e 100644 --- a/ayanova/src/views/home-notify-subscription.vue +++ b/ayanova/src/views/home-notify-subscription.vue @@ -537,6 +537,10 @@ export default { this.obj.idValue = 0; } + if (!this.showAyaType) { + this.obj.ayaType = 0; + } + //don't send the deliveryaddress if it's an in-app notification if (vm.obj.deliveryMethod == 1) { vm.obj.deliveryAddress = null;