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