This commit is contained in:
2021-01-28 18:24:27 +00:00
parent 9cc6ca2a82
commit 6459f2590b
2 changed files with 40 additions and 25 deletions

View File

@@ -374,7 +374,7 @@ function ensureTemplateIsInStore(vm) {
async function initDataObject(vm) {
//Get all the fields *available* to this form (all the fields for the object defined in AyaFormFieldDefinitions.cs as SERVER)
//Note: this is not the actual customization data, just the list of fields that could be customized (or not if required mandatory)
let url = "form-field-definition/" + vm.$route.params.formCustomTemplateKey;
let url = "form-field-reference/" + vm.$route.params.formCustomTemplateKey;
let res = await window.$gz.api.get(url);
if (res.error) {
//throw new Error(res.error);