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) {
var self = this;
//expects extra data (tid) to be { type: [AYATYPE], id: [RECORDID] }
window.$gz.eventBus.$on("openobject", function handleOpenObjectClick(tid) {
self.handleAppClick(vm, tid);
window.$gz.eventBus.$on("openobject", function handleOpenObjectClickHandler(
tid
) {
self.handleOpenObjectClick(vm, tid);
});
}
//new functions above here