This commit is contained in:
2020-12-15 21:45:29 +00:00
parent 31dff9772b
commit bb2638a8a5
3 changed files with 9 additions and 8 deletions

View File

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

View File

@@ -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."
};

View File

@@ -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,