This commit is contained in:
@@ -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?
|
should it really cache all of them all the time?
|
||||||
would it be faster / better for memory to return as requested dynamically (switch?)
|
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?
|
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 -
|
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:
|
EACH OBJECT DEV CYCLE:
|
||||||
FIRST
|
FIRST
|
||||||
@@ -51,6 +52,7 @@ EACH OBJECT DEV CYCLE:
|
|||||||
Picklist
|
Picklist
|
||||||
Notification code if applicable
|
Notification code if applicable
|
||||||
Routes and associated code
|
Routes and associated code
|
||||||
|
DbUtil EraseAllData method
|
||||||
Seeder generate samples
|
Seeder generate samples
|
||||||
FRONT
|
FRONT
|
||||||
AyaType / rights
|
AyaType / rights
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-alpha.95",
|
version: "8.0.0-alpha.96",
|
||||||
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
|
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -270,7 +270,6 @@ export default {
|
|||||||
id: 0,
|
id: 0,
|
||||||
concurrency: 0,
|
concurrency: 0,
|
||||||
name: null,
|
name: null,
|
||||||
active: true,
|
|
||||||
notes: null,
|
notes: null,
|
||||||
wiki: null,
|
wiki: null,
|
||||||
customFields: "{}",
|
customFields: "{}",
|
||||||
@@ -633,7 +632,7 @@ function generateMenu(vm) {
|
|||||||
readOnly: vm.formState.readOnly,
|
readOnly: vm.formState.readOnly,
|
||||||
icon: "$ayiInbox",
|
icon: "$ayiInbox",
|
||||||
title: "Memo",
|
title: "Memo",
|
||||||
helpUrl: "form-home-memo",
|
helpUrl: "form-home-memos",
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.Memo,
|
ayaType: window.$gz.type.Memo,
|
||||||
recordId: vm.$route.params.recordid,
|
recordId: vm.$route.params.recordid,
|
||||||
|
|||||||
Reference in New Issue
Block a user