This commit is contained in:
2021-04-29 18:41:55 +00:00
parent 89fabfe3fd
commit d18436c91f
16 changed files with 4 additions and 64 deletions

View File

@@ -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) {