From 4e5435e0f4c4158add158274c5396b3135ef0cea Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 28 Mar 2020 19:55:23 +0000 Subject: [PATCH] --- ayanova/src/views/adm-global-select-templates.vue | 4 ++++ 1 file changed, 4 insertions(+) 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,