diff --git a/ayanova/src/views/adm-global-select-templates.vue b/ayanova/src/views/adm-global-select-templates.vue index 7a9c97a3..a608d32d 100644 --- a/ayanova/src/views/adm-global-select-templates.vue +++ b/ayanova/src/views/adm-global-select-templates.vue @@ -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,