This commit is contained in:
@@ -20,8 +20,9 @@ export default {
|
||||
// NOTE: FORM KEY **MUST** BE THE AYATYPE NAME WHERE POSSIBLE, IF NO TYPE THEN AN EXCEPTION NEEDS TO BE CODED IN
|
||||
//SERVER FormFieldReference.cs -> public static List<string> FormFieldKeys
|
||||
//
|
||||
async get(formKey, vm) {
|
||||
async get(formKey, vm, forceRefresh) {
|
||||
if (
|
||||
forceRefresh ||
|
||||
!window.$gz.util.has(window.$gz.store.state.formCustomTemplate, formKey)
|
||||
) {
|
||||
//fetch and populate the store
|
||||
|
||||
Reference in New Issue
Block a user