This commit is contained in:
2020-07-24 15:44:19 +00:00
parent e2be75ca4b
commit 9fa22551a1
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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