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