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