From 9fa22551a135cb5e8df9cb96368aa2f73a91e5eb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Jul 2020 15:44:19 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 +++--- ayanova/src/App.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 37219e32..53547da3 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -13,10 +13,10 @@ ____________ -todo: "NotifyEvent QUEUE" ui area where admin can see all notifyevent and remove any that they deem as stuck or won't deliver - Can delete and also, is this an OPS thing or a BIZ thing or a both thing? +todo: "NotifyEvent QUEUE" ui area where OPS ADMIN can see all notifyevent and remove any that they deem as stuck or won't deliver + Can delete if can't actually view the contents then it's an ops thing but if can view contents then it's a biz thing - Two views depending on rights maybe? + todo: notifysubscriptionbiz DELETE must CASCADE delete notifyevent records with that sub id diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index ca7bfc50..19bcda63 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -348,7 +348,7 @@ export default { } else { //this can be safely called any time, it checks if there is an open object in store and //opens it or if not just returns - window.$gz.eventBus.$emit("openobject", null); + // window.$gz.eventBus.$emit("openobject", null); } //RELOAD / REFRESH HANDLING