Final (?) de-widgetification
This commit is contained in:
@@ -487,7 +487,6 @@ export default {
|
||||
///////////////////////////////
|
||||
// USER REQUIRED FIELDS
|
||||
// (Fields defined by AyaNova users as required on form that are not stock required already)
|
||||
// (was using this in testing on widget form notes field but not sure where else it's applicable)
|
||||
userRequiredFields(vm, ref, formCustomTemplateFieldName) {
|
||||
if (vm.formState.loading) {
|
||||
return true;
|
||||
@@ -542,14 +541,6 @@ export default {
|
||||
// For now the only rule is that they can be required or not
|
||||
//
|
||||
customFieldsCheck(vm, templateItem, subvm, fieldName) {
|
||||
//templateItem sample
|
||||
// dataKey: "c2"
|
||||
// fld: "WidgetCustom2"
|
||||
// hide: "false"
|
||||
// required: true
|
||||
// type: "text"
|
||||
// debugger;
|
||||
|
||||
if (vm.formState.loading) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user