From bb2638a8a5c4789e479ff814c99362506dedc0fc Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 15 Dec 2020 21:45:29 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 12 +++++++----- ayanova/src/api/ayanova-version.js | 2 +- ayanova/src/views/home-memo.vue | 3 +-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 2d1333ce..52094dc8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -23,6 +23,11 @@ todo: AyaFormFieldDefinitions looking a little suspect now as it gets huge. should it really cache all of them all the time? would it be faster / better for memory to return as requested dynamically (switch?) +todo: Help for list / editor form combo should be combined into list help alone + no reason to have separate + grid part can just say what's unique and link to standard grid help + form part below with all the deets + todo: biz rule like validatecansave and validatecandelete but validatecanFetch for things like own memos and conditional biz rules like subcontractor seeing only own shit etc? ............................................................ @@ -30,11 +35,7 @@ todo: biz rule like validatecansave and validatecandelete but validatecanFetch f currently doing: MEMO - - search results should not pull up other's memo's - exclude from searching? Not searchable?? - Or post process?? - Customer users can memo - NO - Could they in v7? NO so not here either + EACH OBJECT DEV CYCLE: FIRST @@ -51,6 +52,7 @@ EACH OBJECT DEV CYCLE: Picklist Notification code if applicable Routes and associated code + DbUtil EraseAllData method Seeder generate samples FRONT AyaType / rights diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index aa507a91..050a05d1 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.95", + version: "8.0.0-alpha.96", copyright: "© 1999-2020, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/views/home-memo.vue b/ayanova/src/views/home-memo.vue index aef37e0d..0f5d1c37 100644 --- a/ayanova/src/views/home-memo.vue +++ b/ayanova/src/views/home-memo.vue @@ -270,7 +270,6 @@ export default { id: 0, concurrency: 0, name: null, - active: true, notes: null, wiki: null, customFields: "{}", @@ -633,7 +632,7 @@ function generateMenu(vm) { readOnly: vm.formState.readOnly, icon: "$ayiInbox", title: "Memo", - helpUrl: "form-home-memo", + helpUrl: "form-home-memos", formData: { ayaType: window.$gz.type.Memo, recordId: vm.$route.params.recordid,