This commit is contained in:
2022-01-26 18:31:29 +00:00
parent ac9e2e28e7
commit 0d2a8b445f
4 changed files with 14 additions and 93 deletions

View File

@@ -372,7 +372,9 @@ function populateSelectionLists(vm) {
function ensureTemplateIsInStore(vm) {
//Pre-cache if necessary the form customization settings that have been set before now
return window.$gz.formCustomTemplate.get(
vm.$route.params.formCustomTemplateKey
vm.$route.params.formCustomTemplateKey,
vm,
true
);
}