diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 09f0a53d..ea93a19e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -11,15 +11,6 @@ ____________ ## CURRENT STAGE: -todo: Notify subscription grid showing all notifications for all users due to no way to filter to just current user automatically - I could add a system to inject a where clause into the query - or I could convert that view and any that are not based on core biz objects into a simple list and datagrid without sort and filter additions - like the backup list or other lists recently worked on - -todo: notification system docs - It's complex and needs a clear documentation about how it all works - While it's fresh write a quick overview in docs so can flesh it out more later but get the main points even if in shorthand - Big overview then drill down ########################## diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue index 99b25dec..ce295461 100644 --- a/ayanova/src/views/ay-history.vue +++ b/ayanova/src/views/ay-history.vue @@ -126,6 +126,9 @@ export default { vm.formState.ready = true; } }, + beforeDestroy() { + window.$gz.eventBus.$off("menu-click", clickHandler); + }, data() { return { obj: [],