This commit is contained in:
@@ -135,6 +135,7 @@ export default {
|
||||
pickListTemplates: []
|
||||
},
|
||||
availableFields: [],
|
||||
workingArray: [],
|
||||
templateId: 0,
|
||||
formState: {
|
||||
ready: false,
|
||||
@@ -193,6 +194,9 @@ export default {
|
||||
} else {
|
||||
vm.obj = res.data;
|
||||
|
||||
//TODO: Here need to set workingArray to a synthesis of the active template, and available fields so it reflects the current state and provides the extra fields
|
||||
//then modify form so it uses workingArray to display like custom etc. note if has rowId is required and must be included=true
|
||||
|
||||
//Update the form status
|
||||
window.$gz.form.setFormState({
|
||||
vm: vm,
|
||||
|
||||
Reference in New Issue
Block a user