This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
import ayaNovaVersion from "./api/ayanova-version";
|
||||
import gzconfirm from "./components/gzconfirm";
|
||||
import gznotify from "./components/gznotify";
|
||||
//import gztest from "./components/gztest";
|
||||
import openObjectHandler from "./api/open-object-handler";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@@ -241,12 +241,12 @@ export default {
|
||||
created() {
|
||||
//////////////////////////////////
|
||||
// WIRE UP
|
||||
// MENU and DIALOG EVENT HANDLERS
|
||||
// ON GZEVENTBUS
|
||||
// EVENT HANDLERS ON GZEVENTBUS
|
||||
//
|
||||
//
|
||||
window.$gz.menu.wireUpEventHandlers(this);
|
||||
window.$gz.dialog.wireUpEventHandlers(this);
|
||||
openObjectHandler.wireUpEventHandlers(this);
|
||||
},
|
||||
beforeDestroy() {
|
||||
//UNWIRE ALL EVENT HANDLERS FROM GZEVENTBUS
|
||||
|
||||
Reference in New Issue
Block a user