This commit is contained in:
@@ -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
|
||||
|
||||
##########################
|
||||
|
||||
|
||||
@@ -126,6 +126,9 @@ export default {
|
||||
vm.formState.ready = true;
|
||||
}
|
||||
},
|
||||
beforeDestroy() {
|
||||
window.$gz.eventBus.$off("menu-click", clickHandler);
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
obj: [],
|
||||
|
||||
Reference in New Issue
Block a user