This commit is contained in:
2019-12-10 16:42:46 +00:00
parent 09f7b46b56
commit bb33ccdaf2
3 changed files with 8 additions and 20 deletions

View File

@@ -218,7 +218,7 @@ export default {
},
///////////////////////////////
// DatePrecedence
// (start date must precede end date)
// (start date must precede end date, however if both are empty then that's ok)
//
datePrecedence(vm, refStart, refEnd) {
if (vm.formState.loading) {
@@ -338,7 +338,7 @@ 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 false;