This commit is contained in:
2020-01-30 21:40:15 +00:00
parent 4f4bdcbfe6
commit 538831f6f0

View File

@@ -36,8 +36,10 @@ export default {
wireUpEventHandlers(vm) { wireUpEventHandlers(vm) {
var self = this; var self = this;
//expects extra data (tid) to be { type: [AYATYPE], id: [RECORDID] } //expects extra data (tid) to be { type: [AYATYPE], id: [RECORDID] }
window.$gz.eventBus.$on("openobject", function handleOpenObjectClick(tid) { window.$gz.eventBus.$on("openobject", function handleOpenObjectClickHandler(
self.handleAppClick(vm, tid); tid
) {
self.handleOpenObjectClick(vm, tid);
}); });
} }
//new functions above here //new functions above here