diff --git a/ayanova/src/api/open-object-handler.js b/ayanova/src/api/open-object-handler.js index 9190b238..04b25582 100644 --- a/ayanova/src/api/open-object-handler.js +++ b/ayanova/src/api/open-object-handler.js @@ -34,6 +34,12 @@ export default { params: { recordid: tid.id } }); break; + case ayatype.NotifySubscription: + vm.$router.push({ + name: "home-notify-subscription", + params: { recordid: tid.id } + }); + break; case ayatype.FileAttachment: //lookup the actual type //then call this method again to do the actual open diff --git a/ayanova/src/views/home-notify-subscription.vue b/ayanova/src/views/home-notify-subscription.vue index 36ba8f2c..18e7b6d6 100644 --- a/ayanova/src/views/home-notify-subscription.vue +++ b/ayanova/src/views/home-notify-subscription.vue @@ -41,13 +41,12 @@ - {{ obj.advanceNotice }}