This commit is contained in:
2020-10-21 15:41:57 +00:00
parent db7b32a440
commit ab7dc1c378
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ export default {
// APP (GLOBAL) openobject CLICK HANDLER
//
// Deal with a request to open an object (from main datatables mainly)
// if it's an open object url that triggered here the url would be in the format of {host/open/[ayatype integer]/[id integer]}, i.e.
// http://localhost:8080/open/2/105
// called from App.vue
handleOpenObjectClick(vm, tid) {
//expects extra data (tid) to be one of { type: [AYATYPE], id: [RECORDID] }