This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user