This commit is contained in:
@@ -10,7 +10,6 @@ export default {
|
||||
// called from App.vue
|
||||
handleOpenObjectClick(vm, tid) {
|
||||
//expects extra data (tid) to be one of { type: [AYATYPE], id: [RECORDID] }
|
||||
//console.log("open-object-handler::handleOpenObjectClick, tid:", tid);
|
||||
//NOTE: for new objects all edit pages assume record ID 0 means create rather than open
|
||||
|
||||
if (tid.type && tid.id != null) {
|
||||
|
||||
Reference in New Issue
Block a user