This commit is contained in:
2020-07-29 18:00:06 +00:00
parent a1d0b7b5df
commit 63c7e705fc
2 changed files with 3 additions and 9 deletions

View File

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

View File

@@ -126,6 +126,9 @@ export default {
vm.formState.ready = true;
}
},
beforeDestroy() {
window.$gz.eventBus.$off("menu-click", clickHandler);
},
data() {
return {
obj: [],